/*公共样式*/
a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.flex {
    display: flex;
}

.red{
    color: #cd1212;
    margin-left: -5px;
    margin-right: 5px;
}

.rel{
    position: relative;
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none;
}

.f14 {
    font-size: 14px
}

.cF13 {
    color: #0e71bf;
    font-weight: 700
}

.mg-t-10 {
    margin-top: 10px;
}

.mg-t-20 {
    margin-top: 20px;
}

.pd-r-10 {
    padding-right: 10px;
}

.center {
    text-align: center;
}

.border-bottom {
    border-bottom: 1px dotted #dedede;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bg_f4 {
    background-color: #f4f4f4;
    margin: 5px 0;
}

body {
    background-color: #f4f4f4;
    color: #333;
    font: 14px/1.5 Tahoma, arial, 'Hiragino Sans GB', 'microsoft yahei', sans-serif;
}


.head {
    width: 1200px;
    margin: 0 auto;
    font-size: 1.6rem;
    height: 80px;
    color: #11488b;
}

.head a {
    color: #11488b;
}

.head .h-title {
    float: left;
    padding: 25px 0;
}

.head .h-tel {
    float: right;
    padding: 25px 0;
}


.header {
    width: 100%;
}

.header-model {
    width: 100%;
}

.header-sider {
    width: 1200px;
    margin: 0 auto;
    height: 105px;
}

.header-logo {
    float: left;
    padding: 20px 0 25px;
}

.header-logo img {
    width: 250px;
    height: 52px;
}

.header-js-tool {
    float: right;
}

.header-bar {
    margin-top: 30px;
    border: #0e71bf 2px solid;
    background-color: #fff;
}

.header-bar select {
    width: 100px;
    height: 35px;
    border: none;
    outline: none;
    padding: 0 10px;
}

.header-bar select option {

    width: 60px;
    height: 35px;
}

.header-bar input {
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    border: none;
    outline: none;
    width: 400px;
    border-left: 1px solid #dedede;
}

.header-js-searchBtn {
    width: 90px;
    height: 35px;
    line-height: 35px;
    float: right;
    background-color: #0e71bf;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

.header-js-searchBtn a {
    color: white;
    display: block;
    width: 100%;
    height: 100%;
}

.header-js-inquiryBtn {
    width: 90px;
    height: 35px;
    line-height: 35px;
    float: right;
    background-color: #f35567;
    color: #fff;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    border: 2px solid #f35567;
}

.header-js-inquiryBtn a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.header-model {
    background-color: white;
}

.header-txt {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0 10px;
    color: #222;
    font-size: 14px;
}

.header-txt-left {
    float: left;
}

.header-cart{
    color: #534f4f;
    padding-right: 5px;
}

.wathet a {
    color: #1b68b5;
}

.header-txt-right {
    float: right;
}

.top-type {
    float: left;
    width: 200px;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    background-color: #0e71bf;
    color: white;
    font-size: 16px
}

.header-nav {
    width: 100%;
    background-color: white;
    color: #1b68b5;
    display: inline-block;
}

.header-nav-model {
    width: 1200px;
    margin: 0 auto;
}

.header-nav-model .active a {
    color: #0e71bf !important;
}

.header-nav ul li {
    width: 120px;
    float: left;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.header-nav ul li a {
    color: #222;
    font-weight: 700;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

.header-nav ul li:hover a {
    color: #0e71bf !important;
}

.header-nav ul li:hover a:after {
    background: #e41b2e !important;
}

.menu-model {
    width: 1200px;
    margin: 0 auto;
    height: 540px;
    margin-top: 5px;
    position: relative;
}

.menu-model .menu-left {
    width: 190px;
    margin-right: 10px;
    float: left;
    background-color: white;
    padding: 10px 0;
}

.menu-model .menu-left ul {
    margin: 0;
    padding: 0;
}

.menu-model .menu-left .cata-item {
    width: 190px;
    text-align: center;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.menu-model .menu-left .cata-item:hover {
    background-color: #f4f4f4;
}

.menu-model .menu-left .cata-item:hover .cata-sub-item {
    display: block;
}

.menu-model .menu-left a {
    color: #222;
    font-weight: 700;
}

.menu-model .menu-left a:hover {
    color: #f33348;
}

.cata-sub-item {
    position: absolute;
    top: 0;
    left: 190px;
    width: 750px;
    height: 522px;
    background-color: white;
    z-index: 9999;
    padding: 10px 20px;
    display: none;
    border-left: 10px solid #f4f4f4;
}

.csi-model {
    width: 250px;
    float: left;
    margin-bottom: 8px;
}

.csi-model .csi-title {
    font-weight: 700;
    text-align: left;
}

.csi-model ul li {
    width: 250px;
    cursor: pointer;
    line-height: 25px;
    height: 25px;
    text-align: left;

}

.csi-model ul li:hover a {
    color: #f33348 !important;
}

.csi-model ul li a {
    font-weight: normal;
    display: inline-block;
    color: #999 !important;
    font-size: 13px;
    width: 100%;
}

.csi-more {
    color: #1470cc;
    cursor: pointer;
    text-align: left;
    display: inline-block;
    width: 100%;
}

.csi-more:hover {
    color: #f33348;
}

.menu-middle {
    float: left;
}

.menu-adv {
    width: 790px;
    display: flex;
    margin-top: 10px;
    height: 152px;
}

.ma-item {
    width: 190px;
    background-color: white;
    padding-top: 15px;
}

.ma-item img {
    width: 190px;
    height: 125px;
    display: inline-block;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    cursor: pointer;
}

.ma-item img:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.menu-right {
    float: right;
    width: 200px;

}

.menu-user-login {
    padding: 30px 0 20px;
    background-color: white;
}

.to-user-login, .to-user-register {
    text-align: center;
    margin-bottom: 10px;
}

.to-user-login span {
    background-color: #f33348;
    color: white;
    width: 120px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.to-user-register span {
    background-color: white;
    color: white;
    width: 118px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border: 1px solid #f33348;
    color: #f33348;
    cursor: pointer;
}

.menu-user-info {
    margin-top: 10px;
    background-color: white;
    height: 180px;
    padding-top: 20px;
}

.menu-user-info-item {
    width: 100px;
    float: left;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.menu-user-info-item:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.muii-icon i {
    color: white;
    display: inline-block;
    width: 35px;
    line-height: 35px;
    border-radius: 8px;
    background-color: #0e71bf;
    font-size: 20px;
}

.muii-txt {
    margin-top: 10px;
    font-size: 13px;
}

.menu-user-news {
    margin-top: 10px;
    background-color: white;
    padding: 10px;
}

.mun-list {
    margin: 0;
    padding: 0;
    margin-top: 8px;
    padding-bottom: 8px;
}

.mun-list-item {
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
}

.mun-list-item:hover {
    color: #0e71bf;
}

.footer {
    margin-top: 50px;
    background: #1a2434;
    text-align: center;
    padding: 35px 0;
    font-size: 14px;
}

.footer .content {
    width: 1200px;
    margin: auto;
}

.footer .content .letter {
    color: #8292ac;
    margin-bottom: 15px;
}

.footer .content .letter a {
    color: #8292ac;
    text-decoration: none;
}

.footer .content img {
    width: 15px;
    height: 17px;
    display: inline-block;
    margin: 0 5px;
}

.contain {
    width: 1200px;
    margin: 10px auto 0;
    min-height: 700px;
    position: relative;
    padding-bottom: 40px;
}

.main-model-title {
    position: relative;
    padding: 10px 0;
}

.main-model-title h3 {
    padding-left: 12px;
}

.main-model-title h3:before {
    content: '';
    width: 4px;
    height: 20px;
    background: #0e71bf;
    position: absolute;
    left: 0;
    top: 27px;
}

.main-model-title-r{
    position: absolute;
    right: 10px;
    top: 27px;
    font-weight: bold
}

.main-model-title-r a{
    color: #333;
}

.add-cart-bt{
    width: 150px;
    border-radius: 30px;
    height: 40px;
    line-height: 40px;
    background-color: #ed5c5c;
    display: inline-block;
    margin-right: 20px;
    color: white;
    cursor: pointer;
}
.add-cart-bt .cart-icon{
    background-color: #fadc84;
    margin-left: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
}

.corp-list-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.corp-list-li {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    background: #FFF;
    text-align: center;
    position: relative;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.corp-list-li:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.corp-list-li .pro-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden;
}

.corp-list-li .pro-img img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.corp-list-li h3 {
    font-weight: 400;
    display: inline-block;
    margin: 10px 0;
    border-radius: 5px;
    padding: 0 10px;

}

.corp-list-li h3 a {
    color: #222;
}

.corp-list-li p {
    width: 90%;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}

.corp-list-li p a {
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
}

.recommend-list-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0;
}

.line .recommend-list-li {
    width: 225px;
    border: 1px solid #f4f4f4;
}

.recommend-list-li {
    width: 230px;
    height: 325px;
    margin: 0 10px 10px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

.recommend-list-li:hover {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.recommend-list-li :hover .recomm-name {
    color: #e22935 !important;
}

.recommend-list-li .li-img-box {
    width: 230px;
    height: 230px;
    overflow: hidden;
    text-align: center;
    line-height: 230px;
}

.recommend-list-li .li-img {
    transition: .5s;
}

.recommend-list-li .li-zz {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 96px;
    z-index: 99;
    background: linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .4) 100%);
}

.recommend-list-li .li-addr {
    padding: 5px 6px 5px 20px;
    background-color: #ad9370;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 9;
    display: none;
}

.recommend-list-li .li-tag {
    display: none;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
}

.recommend-list-li .recomm-box {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}

.recommend-list-li .recomm-box .recomm-name {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #222;
    margin: 0;
    padding: 0;
}

.recommend-list-li .recomm-box .recomm-price {
    font-size: 18px;
    color: #e22935;
    line-height: 30px;
    margin: 0;
    padding: 0;
}

.recommend-list-li .recomm-box .recomm-shop {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #222;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}

.shop-logo {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}

.shop-logo img {
    width: 100%;
    display: block;
}

.shop-menu {
    margin: 0 auto;
    width: 1200px;
    background-color: #0e71bf;
}

.shop-menu-part {
    width: 1200px;
    margin: 0 auto;
}

.shop-menu ul {
    margin: 0;
    padding: 0;
}

.shop-menu ul li {
    height: 40px;
    line-height: 40px;
    color: white;
    float: left;
    display: inline-block;
    width: 150px;
    text-align: center;
    cursor: pointer;
}

.shop-menu ul li a {
    color: white;
    font-size: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
}

.shop-menu ul li:hover {
    background-color: #045b9e;
}

.shop-menu-part .active {
    background-color: #045b9e;
}

.main-left {
    float: left;
    width: 190px;
    margin-right: 10px;
    margin-top: 10px;
}

.main-left-title {
    width: 100%;
    background-color: #0e71bf;
    color: white;
    text-align: center;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    font-weight: 700
}

.main-right {
    float: right;
    width: 980px;
    margin-top: 10px;
    background-color: white;
    padding: 0 10px 10px;
}

.main-right img{
    max-width: 980px;
}

.main-block {
    background-color: white;
}

.main-left-content {
    padding: 0 0 12px;
}

.main-left-content ul li {
    width: 130px;
    padding: 12px 30px 0;

    cursor: pointer;
}

.main-left-content ul li a {
    color: #222;
    font-size: 14px;
}

.main-left-content ul li:hover a {
    color: #bf0242;
    text-decoration: underline;
}

.main-left-contact {
    padding: 0 0 10px;
}

.main-left-contact ul li {
    width: 150px;
    padding: 10px 20px 0;
    font-size: 14px;
}

.main-more {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #dedede;
    color: #333;
    cursor: pointer;
    font-size: 13px;
}

.main-more a {
    color: #333;
}

.main-more:hover span {
    color: #bf0242;
    text-decoration: underline;
}

.main-right-title {
    padding-left: 10px;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}

.main-right-title span:before {
    content: '';
    width: 4px;
    height: 20px;
    background: #0e71bf;
    position: absolute;
    left: 0;
    top: 10px;
}

.main-right-type {
    background-color: #f4f4f4;
    padding: 10px;
    margin: 10px 0;
}

.main-right-type ul li {
    width: 192px;
    text-align: center;
    cursor: pointer;
    float: left;
    height: 30px;
    line-height: 30px;
}

.main-right-type ul li a {
    color: #333;
}

.main-right-type ul li:hover a {
    color: #bf0242;
    text-decoration: underline;
}

.main-right-product {
    padding: 10px 5px 10px 15px;
}

.main-right-notice {
    background-color: #f4f4f4;
    padding: 10px;
    display: flex;
    margin: 10px 0;
    border: 1px solid #dedede;
}

.mrn-left {
    width: 120px;
    text-align: center;
    padding: 5px 0;
}

.mrn-icon i {

    width: 40px;
    height: 40px;
    line-height: 43px;
    color: white;
    background-color: #f33348;
    border-radius: 50%;
    font-size: 25px;
}

.mrn-logo {
    width: 95px;
    height: 95px;
}

.mrn-logo img {
    width: 95px;
    height: 95px;
    display: block;
}

.mrn-tag {
    color: white;
    background-color: #f33348;
    padding: 3px 10px;
    border-radius: 5px;
}

.mrn-desc {
    margin-top: 5px;
}

.mrn-right-title {
    font-size: 18px;
}

.mrn-right-desc {
    color: #666;
    margin-bottom: 2px;
    margin-top: 8px;
    font-size: 12px;
}

.main-right-table {
    margin-bottom: 40px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;

}

.main-split {
    margin: 0 -10px;
    border-bottom: 20px solid #f4f4f4;
}

.mrt-row {
    display: flex;
    color: #666;
    font-size: 12px;
}

.special .mrt-col-lable {
    padding-right: 10px;
    width: 179px;
}

.mrt-col-lable {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #f4f4f4;
    text-align: right;
    width: 189px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 9px 0;
}

.mrt-col-detail {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    width: 279px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 9px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.mrt-col-content {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    text-indent: 15px;
    width: 789px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 9px 0;
}

.mrt-col-img {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    text-indent: 5px;
    width: 789px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 9px 0;
}

.mrc-img {
    display: inline-block;
}

.main-right-introduce {
    line-height: 1.8;
    padding: 0 10px 10px;
    font-size: 14px;
    border-bottom: 1px dotted #ededed;
    margin: 10px 0 40px;
}

.main-right-company {
    color: #333;
    font-size: 12px;
    border-bottom: 1px dotted #ededed;
    margin: 10px 0 40px;
}

.main-right-company li {
    padding: 0 0 10px 10px;
}

.main-right-company strong {
    width: 150px;
    text-align: right;
    display: inline-block;
}

.main-right-map {
    width: 100%;
    height: 300px;
    border: 1px dotted #dedede;
}

.anchorBL {
    display: none;
}

.online-contact {
    color: #f33348;
    cursor: pointer;
    padding-left: 5px;
    text-decoration: underline;
}

.mrp-title {
    margin: 10px 0;
    padding: 4px 9px;
    font: bold 12px/2 Tahoma, Arial, Simsun;
    color: #333;
    background-color: #f1f5f7;
}

.mrp-mark {
    background-color: #faeed4;
    border: 1px solid #e8d4a8;
    color: #c59120;
    margin: 20px 0;
    padding: 10px;
}

.mrp-content-sub {
    padding: 5px 0;
    font-weight: 12px;
    font-weight: bold;
}

.mrp-content img {
    max-width: 980px;
}

.mrp-mark p {
    margin: 0;
    padding: 0;
    padding-top: 10px;
}

.main-product-type {
    width: 1200px;
    margin: 10px auto;
    padding-left: 10px;
    color: #333
}

.main-product-type a {
    color: #333
}

.main-product {
    width: 1160px;
    margin: 10px auto;
    background-color: white;
    padding: 20px;
}

.mp-name {
    font-size: 18px;
    font-weight: normal;
}

.mp-left {
    float: left;
    border-right: 1px dotted #dedede;
    width: 980px;
}

.mp-right {
    float: right;
    width: 179px
}

.mp-goods {
    margin-top: 15px;
}

.mpg-img {
    float: left;
}

.mpg-img-large {
    width: 360px;
    height: 360px;
    border: 1px solid #e0e0e0;
    position: relative;
    z-index: 2;
}

.mpg-img-large img {
    max-width: 360px;
    max-height: 360px;
}

.mpg-img-small {
    width: 360px;
    margin-top: 20px;
}

.mpg-img-small .mpg-is-col {
    float: left;
    padding-right: 10px;
}

.mpg-img-small .mpg-is-col img {
    display: block;
    max-width: 80px;
    max-height: 80px;
}

.mpg-info {
    margin: 0 20px;
    width: 578px;
    height: 462px;
    float: left;
}

.mpg-i-title {
    background-color: #f4f4f4;
    padding: 20px 20px;
}

.mpg-info-item {
    margin: 0 20px;
    width: 578px;
}

.mpg-it-price {
    margin-bottom: 15px;
}

.mpg-ii-lable {
    width: 120px;
    display: inline-block;
}

.mpg-ii-price {
    font-size: 20px;
    color: #f33348;
}

.mpg-info-item {
    margin-top: 15px;
}

.mpg-info-contact {
    background-color: #FFF9F9;
    padding: 15px 0;
    margin-top: 25px;
}

.mpg-info-online {
    margin-top: 20px;
}

.online-bt {
    color: #E41C2E;
    background-color: #FFEBEB;
    border: 1px solid #F8CDCD;
    height: 38px;
    line-height: 38px;
    padding: 0 35px;
    font-size: 15px;
    font-weight: bold;
    width: 120px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.mpr-title {
    width: 100%;
    text-align: center;
}

.mpr-list {
    margin-top: 10px;
}

.mpr-list-img {
    max-width: 120px;
    max-height: 120px;
}

.mpr-list-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 160px;
    display: inline-block;
}

.mpr-list-name a {
    color: #666
}

.mpr-list-item {
    text-align: center;
    padding: 10px;

}

.floor-left {
    width: 237px;
    padding: 20px 30px;
    float: left;
    height: 350px;
}
.floor-left .floor-title{
    margin-top: 20px;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 35px;
    color: #222;
}
.floor-left .floor-buy .floor-buy-bt{
    background-color: #ed5c5c;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-family: "14px/1.5 Tahoma, arial, 'Hiragino Sans GB', 'microsoft yahei', sans-serif";
    cursor: pointer;
}
.floor-href a{
    color: inherit;
}
.floor-left ul li {
    width: 90px;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

.main-model-wrap .skin-blue ul li:hover {
    background-color: #69c1ec;
}

.main-model-wrap .skin-blue ul li:hover a {
    color: white;
}

.main-model-wrap .skin-blue .active {
    background-color: #69c1ec;
}

.main-model-wrap .skin-blue .active a {
    color: white;
}

.skin-blue {
    background-color: #c9e1ec
}

.floor-right {
    float: left;
    background-color: white;
}

.fr-col {
    float: left;
    cursor: pointer;
}

.col-item {
    width: 260px;
    border-right: 1px dotted #dedede;
    padding: 20px;
}

.col-item-half {
    width: 300px;
    border-right: 1px dotted #dedede;
}

.fr-col-img {
    width: 260px;
    height: 260px;
    text-align: center;
    line-height: 260px;
}

.floor-right img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 5px;
}

.fr-col-name, .fr-col-company {
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
}

.fr-col-name-half, .fr-col-company-half {
    width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 7px;
}

.fr-col-price {
    color: #f33348;
    font-size: 16px;
}

.fr-col-name, .fr-col-name-half {
    font-size: 16px;
}

.fr-c-row {
    padding: 20px;
    cursor: pointer;
}

.fr-c-row-half {
    cursor: pointer;
}

.fr-col-company, .fr-col-company-half {
    color: #999
}

.floor-right .col-hover:hover {
    color: #f33348;
    box-shadow: 2px 2px 5px #dedede;
}

.frc-i-img {
    width: 110px;
    height: 110px;
    float: left;
    margin-right: 20px;
    text-align: center;
}

.frc-i-price {
    color: #f33348;
    font-size: 20px;
    float: left;
    padding-top: 10px;
}

.frc-row-col {
    float: left;
    width: 129px;
    padding: 15px 10px;
}

.frcr-c-img {
    width: 100px;
    height: 100px;
    text-align: center;
    padding-left: 15px;
}

.fr-shop {
    width: 177px;
    height: 390px;
    background-color: #e8e8e8;
}

.fr-shop li {
    padding: 15px 20px 0 20px;
}

.fr-shop-img {
    width: 80px;
    height: 80px;
    text-align: center;
    padding-left: 30px;
}

.fr-shop-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.login-header {
    width: 1200px;
    margin: 0 auto;
}

.login-header-logo {
    float: left;
    padding: 20px 0 25px;
    width: 210px;
    height: 52px;
}

.login-header-title {
    float: left;
    font-size: 20px;
    margin: 6px 0 0 50px;
    padding-left: 10px;
    margin-top: 30px;
    border-left: 1px dotted #dbdbdb;
    color: #666;
    cursor: pointer;
}

.login-main {
    background: url("../img/resource/bg-en.png");
    width: 100%;
    height: 700px;
}

.login-main-model {
    width: 1200px;
    margin: 0 auto;
}

.lmm-area {
    margin-top: 80px;
    float: right;
    width: 300px;
    height: 420px;
    background: white;
    padding: 26px 35px 15px;
}

.lmm-area-title {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

.lmm-area-item {
    margin-top: 20px;
    border: 1px solid #bbb;
    padding: 5px;
}

.lmma-i-lable {
    float: left;
    border-right: 1px solid #bbb;
    padding: 5px 10px 0;
    display: inline-block;
    width: 18px;
    text-align: center;
}

.lmma-i-lable i {
    font-size: 20px;
    color: #bbb;
}

.lmma-i-input {
    float: left;
    padding-left: 10px;
}

.lmma-i-input input {
    height: 25px;
    line-height: 25px;
    border: none;
    outline: none;
}

.imm-area-warn {
    margin-top: 20px;
    padding: 10px;
    background-color: #edf4fa;
    border: 1px solid #c7dbeb;
    color: #1c75bb;
    text-indent: 20px;
    font-size: 12px;
}

.login-bt {
    cursor: pointer;
    width: 100%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: white;
    background-color: #f33348;
    font-size: 16px;
}

.link-url {
    margin-top: 20px;
    cursor: pointer;
    color: #f33348;
    width: 100%;
    text-align: center;
}

.link-url a {
    color: #f33348;
}

.login-forget {
    margin-top: 20px;
}

.login-forget span {
    padding-left: 5px;
    cursor: pointer;
}

.login-footer {
    text-align: center;
    padding: 25px 0;
    color: #aaa;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    height: 24px;
}

.login-msg {
    color: #f33348;
    height: 25px;
}

.login-footer .copy {
    padding-top: 5px;
}

.inquiry-model {
    width: 1000px;
    margin: 20px auto;
    background-color: white;
    padding: 50px 100px;
}

.inquiry-model-title {
    font-size: 30px;
    line-height: 1.7;
    font-weight: normal;
}

.inquiry-model-sub {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    font-weight: normal;
    margin-bottom: 25px;
}

.ima-sub {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 5px;
    color: #222;
    font-family: Arial, sans-serif;
}

.ima-sub b {
    color: #f33348;
    font-size: 18px;
    padding-left: 5px;
}

.ima-sub-input, .ima-sub-text {
    margin-bottom: 10px;
}

.ima-sub-input input, .ima-sub-text textarea {
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ced3d9;
    border-radius: 3px;
    display: inline-block;
    outline: none;
    padding: 8px 10px;
    width: 500px;
}

.ima-sub-text textarea {
    height: 120px;
}

.tips-con {
    margin-left: 120px;
    margin-top: 25px;
    color: #888;
    line-height: 24px;
}

.ima-submit {
    margin-top: 20px;
}

.ima-submit span {
    cursor: pointer;
    padding: 8px 20px;
    border-radius: 5px;
    color: white;
    background-color: #0e71bf;

}

.ima-sub-describe {
    background-color: #FFC7C7;
    padding: 3px 5px 2px 25px;
    line-height: 16px;
    color: #C91B05;
    clear: both;
    margin-top: -5px;
    margin-bottom: 10px;
    width: 494px;
    border-radius: 3px;
}

.ima-sub-success {
    background-color: #19ce70;
    padding: 3px 5px 2px 25px;
    line-height: 16px;
    color: #044c26;
    clear: both;
    margin-top: -5px;
    margin-bottom: 10px;
    width: 494px;
    border-radius: 3px;
}

.search-model {
    width: 1200px;
    margin: 0 auto;
    min-height: 750px;
    padding: 20px 0;
}

.search-main {
    background-color: white;
    margin-top: 10px;
}

.serch-keyword {
    margin-top: 20px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.sk-item {
    display: flex;
    color: #666;
    font-size: 12px;
}

.sk-lable {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    background-color: #f4f4f4;
    text-align: right;
    width: 189px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 9px 0;
}

.sk-name {
    border-right: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    text-align: left;
    text-indent: 15px;
    width: 1007px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 4px 0;
}

.sk-name ul li {
    float: left;
    width: 200px;
    padding: 5px 0;
}

.sk-name ul li a {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.sk-name ul li:hover a {
    color: #f33348;
    text-decoration: underline;
}

.search-model-title {
    background-color: #0e71bf;
    color: white;
    width: 120px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 20px 0 0;
    font-weight: bold;
}

.seach-model-sub {
    padding: 8px 0;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}

.seach-model-sub ul li {

    float: left;
    padding: 5px 0 5px 20px;
    font-size: 12px;

}

.seach-model-sub ul li input {
    margin-right: 5px;
}

.user-main {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    position: relative;
}

.user-menu {
    width: 165px;
    background-color: #0e71bf;
    height: 650px;
    float: left;
    position: static;
}

.user-menu .active {
    background-color: #045b9e;
}

.user-menu ul {
    padding-top: 50px;
}

.user-menu ul li {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
}

.user-menu ul li a {
    color: white;
    display: inline-block;
    width: calc(100% - 50px);
    padding: 0px 25px;
}

.user-menu ul li span {
    display: inline-block;
    width: 30px;
    text-align: left;
}

.user-content {
    float: left;
    padding-top: 15px;
    padding-left: 15px;
    width: 755px;
}

.uc-order {
    margin-top: 20px;
    background-color: white;
    border-radius: 8px;
    display: block;
    padding: 20px 30px;
}

.uc-account {
    background-color: white;
    border-radius: 8px;
    display: block;
    padding: 20px 30px;
    position: relative;

}

.uca-icon {
    float: left;
}

.uca-icon img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.uca-info {
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}

.uca-name {
    font-size: 18px;
}

.uca-info .uca-name .uca-auth ,.uca-info .uca-name .uca-review, .uca-info .uca-name .uca-review-fail{
    position: absolute;
    top: 35px;
    right: 20px;
}
.uca-info .uca-name .uca-auth a{
    border: 1px solid #ffb4c4;
    padding: 2px 15px;
    color: #f7718e;
    border-radius: 10px;
}
.uca-info .uca-name .uca-review{
    color: #ff8200;
}
.uca-info .uca-name .uca-review-fail{
    color: #c15757;
}
.prompt-warn{
    margin: 10px 0;
    padding: 4px 9px;
    font: bold 12px/2 Tahoma, Arial, Simsun;
    color: #333;
    background-color: #f1f5f7;
    display: none;
}

.link{
    color: #333;
}
.link:hover{
    color: #ff6600;
}
.set-default{
    margin: -15px 0 10px 0;
    padding-left: 10px;
}
.set-default input {
    width: 12px!important;
    height: 12px!important;
}

.uca-mark i {
    padding-right: 5px;
}

.uca-mark {
    padding-top: 8px;
    color: #0e71bf;
    font-weight: bold;
}

.user-other {
    float: left;
    margin-left: 15px;
    width: 215px;
    margin-top: 15px;
    background-color: white;
    padding: 10px;
}

.uo-item ul {
    padding: 5px 0;
}

.uo-item ul li {
    cursor: pointer;
}

.uo-item ul li a {
    font-size: 12px;
    color: #666;
}

.uo-item ul li:hover a {
    color: #0e71bf;
}

.uc-order ul {
    display: inline-block;
    padding-top: 20px;
}

.uc-order ul li {
    width: 190px;
    height: 67px;
    background: #e7eff7;
    float: left;
    margin: 0 20px;
    text-align: center;
    padding-top: 13px;
}

.uc-order ul li div {
    padding-bottom: 5px;
    color: #0e71bf;
}

.uco-detail {
    margin-top: 20px;
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.space-top {
    height: 20px;
    background-color: #f4f4f4;
    margin: 20px -10px 0 -10px;
}

.three-img ul {
    display: block;
}

.three-img ul li {
    float: left;
    display: block;
}

.three-img ul li {
    text-align: center;
    margin: 0px 40px;
}

.three-img ul li img {

    width: 240px;
    height: 270px;
    display: block;

}

.row-img {
    margin-top: 10px;
    display: inline-block;
}

.row-img ul {
    display: block;
}

.row-img ul li {
    float: left;
    display: block;
}

.row-img ul li img {
    width: 320px;
    height: 320px;
    display: block;

}

.row-img .ri-r {
    margin-right: 10px;
}

.no-result .no-result-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.no-result .no-result-info {
    list-style: disc;
    padding-left: 20px;
    font-size: 14px;
}

.no-result .no-result-info .info-title {
    font-weight: bold;
    margin-bottom: 10px;
}

.no-result .no-result-info li {
    list-style: disc;
}

.mb10 {
    margin-bottom: 10px;
}

.mr-table-content {
    background-color: #f4f4f4;
    width: 100%;
}

.mr-table-content th {
    text-align: left;
    padding: 10px 10px;
}

.mr-table-content td {
    padding: 10px 10px;
    background-color: white;
}


.news-list-wrap {
    width: 960px;
    margin: 0 auto;
}

.news-list-wrap .title-wrap {
    position: relative;
    border-bottom: 1px solid #e6ecf2;
}

.news-list-wrap .title-wrap .title {
    float: left;
    padding-top: 40px;
    padding-bottom: 10px;
    font-size: 20px;
}

.news-list-wrap .title-wrap .total {
    font-size: 14px;
    color: #555;
    padding-top: 80px;
}

.news-list-wrap .content-wrap {
    padding-top: 10px;
    padding-bottom: 40px;
}

.news-list-wrap .list-item {
    margin-top: 30px;
}

.news-list-wrap .list-item .item-title {
    float: left;
    font-size: 18px;
    font-weight: bold;
    width: 630px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    max-width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.news-list-wrap .list-item .item-title.limit {
    width: 590px;
}

.news-list-wrap .list-item .item-title a {
    color: #000;
}

.news-list-wrap .list-item .item-date {
    font-size: 14px;
    float: right;
    color: #555;
    margin-top: 10px;
}

.news-list-wrap .list-item .item-cont {
    font-size: 14px;
    color: #888;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    overflow: hidden;
    margin-top: 20px;
}

.list-item-left {
    float: left;
}

.list-item-right {
    float: right;
    width: 800px;
}

.list-item-left-img {
    width: 150px;
    height: 105px;
}

.list-item-left-img img {
    width: 100%;
    height: 100%;
    display: block;
}

.item-title-wrap:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.detail-wrap {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 23px;
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 800px;
}

.search-container {
    margin-top: 10px;
    padding: 20px;
    background: #fff;
    border: 1px solid #e6ecf2;
}

.sc-form-item, .sc-form.is-inline {
    display: flex;
}

.sc-form-item-label {
    min-width: 90px;
    padding: 0;
    height: 31px;
    font-size: 14px;
    line-height: 31px;
    font-weight: bold;
    text-align: left;
    color: #000;
}

.sc-form-item-control {
    min-height: 33px;
    flex: 1 1 0;
    display: flex;
    align-items: center;
}

.sc-radio-group .sc-radio {
    margin-left: 10px;
    margin-bottom: 10px;
}

.sc-radio {
    margin: 0;
    color: #222;
    font-weight: 400;
    display: inline-flex;
    vertical-align: middle;
    position: relative;
    user-select: none;
}

.sc-radio .sc-radio-tag {
    padding: 5px 10px;
    border: 1px solid #e3e6e8;
    border-radius: 4px;
    color: #888;
    line-height: 1.5;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}

.sc-radio .sc-radio-tag:hover {
    border: 1px solid #0e71bf;
    color: #0e71bf;
}


.sr {
    margin-top: 10px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e6ecf2;
}
.ri-title .store-logo{
    width: 60px!important;
    height: 60px!important;
    vertical-align: center;
}
.ri-title .store-name{
    display: inline-block;
    height: 60px!important;
    line-height: 60px!important;
    padding-left: 10px!important
}
.ri-body .ri-box{
    padding-right: 10px;
}
.cart-info{
    padding: 20px 20px 0 20px;
    width: 1158px;
}

.cart-info-title{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
}
.cart-info-sub{
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
}

.cart-foot {
    display: inline-block;
    padding: 0 30px 10px 30px;
    width: 1150px;
    font-size: 16px;
}
.cart-foot .cf-settle{
    background-color: #ff4452;
    color: white;
    padding: 5px 20px;
    border-radius: 20px;
    cursor: pointer;
}

.cart-foot .lr-space{
    padding: 0 5px;
    color: #cd1212;
}

.goods-part .cart-goods-name{
    width: 480px;
}
.goods-part .cart-goods-operate{
    width: 130px;
    text-align: center;
}
.goods-part .cart-goods-quantity{
    width: 175px;
    text-align: center;
}
.goods-part .cart-goods-price{
    width: 110px;
    text-align: center;
}
.goods-part .cart-goods-num{
    width: 250px;
    text-align: center;
}
.goods-part .cart-goods-totel{
    width: 210px;
    text-align: center;
}


.goods-part .goods-price{
    width: 100px;
}
.goods-part .goods-num{
    width: 250px;
}
.goods-part .goods-totel{
    width: 150px;
    color: #ff4400;
}

.goods-part .goods-num .goods-num-minus, .goods-part .goods-num .goods-num-plus{
    background-color: #fff0e7;
    display: inline-block;
    width: 22px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #cb693b;
    border:1px solid #ffe1d3;
    cursor: pointer;
}
.goods-part .goods-num .goods-num-input{
    outline: none;
    width: 60px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #f7dad1;
    text-align: center;
}
.goods-part .gp-body{
    background: #f5f5f5;
    padding: 15px;
}

/*在谷歌下移除input[number]的上下箭头*/
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}
/*在firefox下移除input[number]的上下箭头*/
input[type="number"] {
    -moz-appearance: textfield;
}

.sr .result-item {
    position: relative;
    display: flex;
    padding: 20px;
    border-top: 1px solid #e6ecf2;
}

.sr .result-item .ri-part {
    flex: 1;
    min-width: 0;
    max-width: 670px;
}

.sr .result-item .person-part {
    display: flex;
    flex-shrink: 0;
    margin-left: 10px;
    width: 310px;
}

.sr .result-item .quote-part {
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
}

.sr .result-item .ri-part .ri-title {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #222;
    cursor: pointer;
}

.sr .result-item .ri-part .ri-body {
    display: flex;
    margin-top: 10px;
}

.sr .result-item .ri-part .ri-body .ri-img {
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.sr .result-item .ri-part .ri-body .ri-info {
    flex: 1;
    min-width: 0;
}

.sr .result-item .ri-part .ri-body .ri-img {
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.sr .result-item img {
    width: 100%;
    height: 100%;
}

.sr .result-item .ri-part .ri-body .ri-info .quality {
    display: flex;
    justify-content: space-between;
}

.sr .result-item .ri-part .ri-body .ri-info .quality-item {
    width: calc((100% - 10px) / 2);
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sr .result-item .ri-part .ri-body .ri-info .quality-item .item-value {
    margin-left: 4px;
    color: #222;
}

.sr .result-item .lazyload-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.sr .result-item .ri-part .ri-body .ri-info .desc {
    margin-top: 2px;
    max-height: 42px;
    font-size: 14px;
    line-height: 21px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sr .result-item .ri-part .ri-body .ri-info .time {
    margin-top: 8px;
    font-size: 14px;
    line-height: 21px;
    color: #b3b3b3;
}

.sr .result-item .person-part .person-avatar {
    position: relative;
    flex-shrink: 0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.sr .result-item .person-part .person-info {
    flex: 1;
    min-width: 0;
}

.sr .result-item .person-part .person-info .name {
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #222;
}

.sr .result-item .person-part .person-info .person-tag {
    display: flex;
}

.sr .result-item .person-part .person-info .country {
    margin-top: 10px;
    font-size: 14px;
    line-height: 21px;
    color: #555;
}

.sr .result-item .ft-Quote {

    background: none;
    border: 1px solid #0e71bf;
    color: #0e71bf;
    height: 30px;
    cursor: pointer;
    padding: 0 10px;
}

.sr .result-item .tag-certification {
    margin-top: 5px;
    background-color: #0e71bf;
    padding: 3px 10px;
    color: white;
    border-radius: 6px;
}

.sr .sr-type-goods {
    background-color: #e2e3f5;
    border-radius: 4px;
    color: #3642ff;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
}

.sr .sr-type-select {
    background-color: #e55b00;
    border-radius: 4px;
    color: white;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}

.uca-name .sr-type-review {
    background-color: #e55b00;
    border-radius: 4px;
    color: white;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}

.uca-name .sr-type-fail {
    background-color: #c15757;
    border-radius: 4px;
    color: white;
    font-size: 11px;
    height: 20px;
    line-height: 20px;
    padding: 0 8px;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
}

.page-model {
    width: 960px;
    position: absolute;
    bottom: 30px;
    left: 110px;
}

.page-model a {

    width: 50px;
    color: #0073A9;
    border: 1px solid #0073A9;
    padding: 3px 15px;
    cursor: pointer;

}

.page-model .stop {
    opacity: .5;
    cursor: no-drop;
}

.page-model .active {
    background-color: #0073A9;
    color: white;
}

.page-model span {
    color: #666;
    padding-left: 5px;
}

.data-content {
    padding: 20px;
    width: 1000px;
    margin: 0 auto;
}

.data-title-h2 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
}

.data-title {

    font-size: 16px;
    padding: 8px 0;
}

.ql-editor {
    padding: 12px 0 !important;
}

.user-right {
    float: left;
    margin: 15px;
    width: 1005px;
    border-radius: 8px;
    display: block;
}

.user-info{
    width: 885px;
    border-radius: 8px;
    padding: 20px 30px!important;
}

.user-right-block{
    margin: 15px 0px;
    width: 965px;
    padding: 20px;
    background-color: white;
    border-radius: 8px;
}

.user-table{
    margin: 30px 0!important;
}

.user-table .mrt-row{
    font-size: 14px;
}

.user-table .mrt-col-lable{
    width: 100px!important;
    background-color: #e7eff7!important;
    text-align: left!important;
    padding:9px 10px!important;
}

.user-table .mrt-col-detail{
    width:340px!important;
}

.user-table input{
    width: 320px;
    border:none;
    outline: none;
}

.account-table{
    margin: 30px 0!important;
}

.account-table .mrt-row{
    font-size: 14px;
}

.account-table .mrt-col-lable{
    width: 120px!important;
    background-color: #e7eff7!important;
    text-align: left!important;
    padding:9px 10px!important;
}

.account-table .mrt-col-detail{
    width:320px!important;
}

.account-table input{
    width: 300px;
    border:none;
    outline: none;
}

.main-right-bt{
    position: absolute;
    right: 5px;
    top: 0;
}

.main-right-bt a{
    color: #333;
    font-size: 13px;
}

.main-right-bt a:hover{
    text-decoration: underline;
}

.send-code{
    text-decoration: underline;
    color: #0e71bf;
    cursor: pointer;
}

.send-code:hover{
    color: #0e71bf;
}

.login-main-new {
    width: 1200px;
    height: 600px;
    margin: 0 auto;
    background: white;
}
.lmm-area{
    float: left;
    margin-left: 70px;
}
.lmm-skin{
    background: url("../img/resource/bg-short.png");
    width: 700px;
    height: 600px;
    float: right;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
}

.lmm-skin-title{
    color: white;
    font-size: 90px;
    font-weight: bold;
    margin-top: 150px;
    padding-left: 100px;
}
.lmm-skin-space{
    background-color: #f3bb1c;
    height: 5px;
    margin-top: 5px;
    margin-left: 100px;
    width: 350px;
}
.lmm-skin-sub{
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin-top: 70px;
    padding-left: 100px;
    opacity: 0.6;
}

.order-user .order-user-left{
    width: 425px;
}

.order-user .order-user-right{
    width: 380px;
}

.order-user .order-user-logo{
    width: 90px;
    margin-right: 20px;
    padding-top: 45px;
}

.order-table{
    width: 965px;
    text-align: left;
    border-spacing: 0;
}

.order-table th{
    height: 60px;
    line-height: 60px;
    background-color: #eff0f5;
    padding: 0 10px;
}

.order-table td{
    padding: 0 10px;
}
.order-block{
    width: 965px;
}
.order-block .w250{
    width: 250px;
}
.order-block .w650{
    width: 650px;
}

.recomm-bt .rbt-add{
    margin-top: 5px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #222;
    border: solid 1px #ced3d9;
    background-color: #f5f7fa;
    width: 100%;
    cursor: pointer;
}

.recomm-bt .rbt-add:hover{
    color: #e64545;
    background-color: #e6ecf2;
}

.space-right-5{
    padding-right: 5px;
}

.space-right-10{
    padding-right: 10px;
}

.hover-pointer{
    cursor: pointer;
}

.lang select{
    border: none;
    outline: none;
    padding-right: 5px;
    background:none;
}