﻿
/*-----------------------------公共样式-----------------------------*/

.left {
    float: left;
}
.right {
    float: right;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center;
}
.ib {
    display: inline-block;
}
.bl {
    display: block;
}
.mt10 {
    margin-top: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml10 {
    margin-left: 10px;
}
.ml20 {
    margin-left: 20px;
}
.mr10 {
    margin-right: 10px;
}
.mr20 {
    margin-right: 20px;
}
.wi1200 {
    width: 1200px;
    margin: 0 auto;
}


/*IMPACT*/
    /*{font-family: 'impact',"微软雅黑","黑体";}*/
/*兰亭大黑*/
    /*{font-family: 'lantingdahei',"微软雅黑","黑体";}*/
/*兰亭中黑*/
    /*{font-family: 'lantingzhonghei',"微软雅黑","黑体";}*/
/*百度综艺*/
    /*{font-family: 'baiduzongyi',"微软雅黑","黑体";}*/




/*------------------------------客服咨询悬浮框------------------------------*/
.kefu {
    width: 173px;
    height: 600px;
    position: fixed;
    right:-137px;
    top: 0;
    z-index: 2017;
    font-size: 14px;
}
.kefu .kefu-top{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40px;
    height: 128px;
    position: absolute;
    top: 240px;
    left: -2px;
    background: #275ec7;
    z-index: 5;
    color: white;
    line-height: 1;
    cursor: pointer;
}

.kefu .kefu-top span{
    display: inline-block;
    font-size: 16px;
    width: 13px;
    margin-left: 15px;
    margin-top: 17px;
}
.kefu .kefu-top span:last-child{
    width: 33px;
    height: 33px;
    margin-top: 15px;
    margin-left: 7px;
    background:url(/Public/images/img/kefu.png) no-repeat;
}


.kefu .kefu-left {
    width: 37px;
    height: 195px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../../images/img/kefu-left.png) no-repeat;
    border-right: 1px solid #275ec7;
    z-index: 5;
    color: white;
    line-height: 1;
    cursor: pointer;
}
.kefu .kefu-left span {
    width: 14px;
    margin-left: 12px;
    margin-top: 17px;
    float: left;
    text-align: center;
}
.kefu .kefu-right {
    width: 136px;
    height: 598px;
    position: absolute;
    bottom: 0;
    left: 37px;
    background-color: white;
    border-left: 1px solid #888888;
    border-top: 1px solid #888888;
    border-bottom: 1px solid #888888;
}
.kefu .kefu-right .title {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: white;
    font-weight: 300;
    padding-left: 20px;
    text-align: center;
    background: #275ec7 url(../../images/img/icon-12.png) no-repeat 14px center;
}
.kefu .kefu-right ul {
    width: 120px;
    margin: 0 auto;
    overflow: hidden;
}
.kefu .kefu-right li {
    float: left;
    width: 120px;
    height: 22px;
    line-height: 22px;
    padding: 4px 0;
    border-bottom: 1px dashed #bfbfbf;
}
.kefu .kefu-right li span {
    letter-spacing: 10px;
    padding-left: 12px;
}
.kefu .kefu-right li a {
    width: 37px;
    height: 22px;
    display: inline-block;
    color: white;
    text-align: center;
    border-radius: 4px;
    background-color: #275ec7;
    letter-spacing: 0;
    margin-left: 5px;
}
.kefu .kefu-right .kefu-erweima {
    width: 109px;
    height: 109px;
    margin: 12px auto 0;
}
.kefu .kefu-right .kefu-rexian {
    /*width: 109px;*/
    width: 100%;
    height: 81px;
    margin: 10px auto 0;
}
.kefu .kefu-right .kefu-rexian span {
    width: 100%;
    display: block;
    color: #275ec7;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.kefu .kefu-right .kefu-rexian p {
    font-size: 20px;
    color: #275ec7;
    line-height: 30px;
    padding-left: 35px;
    background: url(../../images/img/telephone.png) no-repeat 5px bottom;
    padding-top: 5px;
    font-weight: bold;
}
/*回顶*/
.top-button {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    overflow: hidden;
    position: fixed;
    /*bottom: 100px;*/
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 2018;
    display: none;
}
.top-button img {
    width: 68px;
    height: 68px;
    background-color: rgba(0,0,0,.6);
}







/*------------------------------header头部------------------------------*/
.header {
    width: 100%;
    background-color: #fff;
}
.header-top {
    width: 100%;
    background-color: #282e3f;
}
.header-top-con {
    width: 1200px;
    height: 33px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 33px;
    position: relative;
}
.header-top-con>span {
    color: #939393;
    margin-left: 13px;
    float: left;
}
.header-top-c {
    width: 300px;
    height: 100%;
    margin-left: 80px;
    padding-left: 30px;
    background: url(../../images/img/icon-13.png) no-repeat left;
    float: left;
    color: white;
}
.header-top-c>span {
    float: left;
}
.header-top-c .xinwen-box {
    color: #fe6553;
    float: left;
    width: 245px;
    height: 20px;
    margin-top: 6px;
    overflow: hidden;
}
.header-top-c .xinwen-box a {
    display: block;
    color: #fe6553;
    height: 20px;
    line-height: 20px;
}
.header-top-c .xinwen-box span {
    float: right;
    color: white;
}
.header-top-c .xinwen-button {
    float: left;
    margin-left: 20px;
    width: 48px;
}
.header-top-c .xinwen-button span {
    width: 18px;
    height: 18px;
    float: left;
    padding-top: 8px;
    padding-right: 6px;
    cursor: pointer;
/*    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    color: #fe6553;
    background-color: white;*/
}
.header-top-c .xinwen-button img {
    display: block;
}
.header-top-con .login-bar {
    height: 33px;
    float: right;
    margin-left: 20px;

    width: 185px;
}
.login-bar a {
    line-height: 33px;
    font-size: 14px;
    color: white;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}
.login-bar a:not(:last-child) {
    margin-right: 15px;
}
.login-bar a:hover {
    color: #55acee;
}
.shopping-cart {
    position: relative;
    padding-right: 19px;
}
#shoppingCartNum {
    position: absolute;
    bottom: 7px;
    right: 0px;
    width: 15px;
    height: 15px;
    color: white;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    background: #fe7651;
}

.login-button {
    max-width: 70px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-top .header-top-r {
    float: right;
    height: 100%;
    /*margin-right: 34px;*/
}
.header-top-r li {
    float: left;
    width: 60px;
    /*margin-right: 15px;*/
    margin-right: 10px;
    color: #282e3f;
    height: 33px;
    cursor: pointer;
    position: relative;
}
.header-top-r li div {
    display: none;
    position: absolute;
    z-index: 2;
    width: 124px;
    height: 124px;
    padding: 10px;
    border: 1px solid #DEDEDE;
    border-top: none;
    background: #FFFFFF;
    top: 33px;
    left: -42px;
}
.header-top-r li div img {
    width: 124px;
    height: 124px;
}
.header-top-r li:hover div {
    display: block;
}


.header-top-r .nav-weixin {
}
.header-top-r .nav-weibo {
}
.header-top-r .nav-phone {
}

.header-top-r .nav-tag {
    background: url(../../images/img/icon-tag.png);
}
.header-top-r .nav-weixin {
    background: url(../../images/img/icon-weixin.png);
}
.header-top-r .nav-weixin:hover {
    background: url(../../images/img/icon-weixin-on.png);
}
.header-top-r .nav-weibo {
    background: url(../../images/img/icon-weibo.png);
}
.header-top-r .nav-weibo:hover {
    background: url(../../images/img/icon-weibo-on.png);
}
.header-top-r .nav-phone {
    background: url(../../images/img/icon-phone.png);
}
.header-top-r .nav-phone:hover {
    background: url(../../images/img/icon-phone-on.png);
}

/*.header-top .header-top-r span {
    color: white;
    height: 33px;
    display: inline-block;
}*/
/*.header-top-r span:first-child {
    color: #fe6553;
    padding-left: 22px;
    margin-left: 17px;
    background: url(../../images/img/icon-16.png) no-repeat left;
}
.header-top-r span:nth-child(2) {
    margin-left: 34px;
    padding-left: 22px;
    background: url(../../images/img/icon-17.png) no-repeat left;
}
.header-top-r span:nth-child(3) {
    margin-left: 43px;
    padding-left: 13px;
    background: url(../../images/img/icon-18.png) no-repeat left;
}*/
.header-top .kjrk-button>p {
    cursor: pointer;
}
.header-top .kjrk-button:hover .kjrk {
    display: block;
}
.header-top .header-top-r .kjrk {
    width: 1198px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    position: absolute;
    top: 33px;
    left: 0;
    z-index: 3000;
    color: black;
    display: none;
}
.header-top .header-top-r .kjrk-item {
    margin: 20px 0;
    padding-left: 19px;
    height: 240px;
    float: left;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
}
.header-top .header-top-r .kjrk-item p {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.header-top .header-top-r .kjrk-item ul {
    float: left;
    margin-left: 10px;
}
.header-top .header-top-r .kjrk-item ul li {
    width: 110px;
    height: 25px;
    font-size: 13px;
    line-height: 25px;
}
.header-top .header-top-r .kjrk-item ul li:hover {
    color: #55acee;
}
.header-top .header-top-r .kjrk-1 {
    width: 530px;
}
.header-top .header-top-r .kjrk-2 {
    width: 260px;
}
.header-top .header-top-r .kjrk-3 {
    width: 260px;
}
.header-top .header-top-r .kjrk-4 {
    width: 148px;
    border-right: none;
    text-align: center;
}



.header-center {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}
.header-center .logo {
	background: url(/Public/images/img/logo.jpg) no-repeat center center;
    border-right: 1px solid #e6e6e6;
    width: 237px;
    height: 62px;
    padding: 0 20px;
    margin: 17px 0;
    float: left;
}
.header-center .logo a {
	display: block;
	width: 100%;
	height: 62px;
}
.header-center .dianhua {
    height: 62px;
    margin: 17px 0;
    padding-left: 20px;
    float: left;
}
.header-center .dianhua span {
    display: block;
    line-height: 31px;
}
.header-center .dianhua span:nth-child(1) {
    font-size: 24px;
    font-family: 'impact',"微软雅黑","黑体";
    color: #275ec7;
}
.header-center .dianhua span:nth-child(2) {
    font-size: 18px;
    color: #7e7e7e;
}
.header-center .search-box {
    width: 400px;
    height: 100%;
    float: right;
}
.search-box form {
    width: 400px;
    height: 38px;
    border-radius: 19px;
    border: 1px solid #888888;
    margin-top: 22px;
    padding-left: 20px;
    line-height: 38px;
    position: relative;
    box-sizing: border-box;
}
.search-box form .search-text {
    font-size: 14px;
    height: 100%;
    display: block;
}
.search-box form .search-submit {
    width: 20px;
    height: 20px;
    background: url(../../images/img/sousuo.jpg) no-repeat;
    position: absolute;
    right: 25px;
    top: 9px;
    cursor: pointer;
}
.search-box ul {
    margin-top: 12px;
    font-size: 12px;
    color: #888888;
	height:14px;
	overflow:hidden;
}
.search-box ul li {
    display: inline-block;
    color: #888888;
    padding-left: 5px;
}




/*------------------------------导航栏------------------------------*/
.nav {
    width: 100%;
    height: 44px;
    border-bottom: 2px solid #275ec7;
}
.nav-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.nav .nav-left {
    width: 210px;
    height: 100%;
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
}
.nav .nav-left>span {
    width: 100%;
    height: 46px;
    background-color: #275ec7;
    display: block;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
}
.nav .nav-left .nav-left-fir {
    display: none;
}
.nav .nav-left:hover .nav-left-fir {
    display: block;
}
.nav .nav-left .nav-left-fir {
    width: 100%;
    height: 384px;
    overflow: hidden;
    display: none;
    /*background-color: rgba(0,0,0,0.5);*/
}
.nav .nav-left .nav-left-fir>ul>li {
    width: 210px;
    padding-left: 10px;
    height: 64px;
    box-sizing: border-box;
    /*border-bottom: 1px solid rgba(255,255,255,0);*/
    border-left: 1px solid transparent;
    border-bottom: 1px solid rgba(255,255,255,0.7);
    float: left;
    background-color: rgba(0,0,0,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
}
.nav .nav-left .nav-left-fir>ul>li:hover {
    background-color: white;
    color: black;
    border-left-color: #275ec7;
    /*border-top-color: #275ec7;*/
    border-bottom-color: #275ec7;
    height: 64px;
}
.nav .nav-left .nav-left-fir>ul>li>span {
    margin-top: 13px;
    display: block;
    font-size: 16px;
}
.nav .nav-left .nav-left-fir>ul>li>ul {
    overflow: hidden;
    margin-top: 11px;
}
.nav .nav-left .nav-left-fir>ul>li>ul>li {
    float: left;
    margin-right: 12px;
    font-size: 12px;
}.nav .nav-left .nav-left-fir>ul>li>ul>li:last-child {
    margin-right: 0;
}
.nav .nav-right {
    /*overflow: hidden;*/
    margin-left: 210px;
    height: 100%;
    line-height: 44px;
}
.nav .nav-right>ul>li {
    border-radius: 4px;
    float: left;
    font-size: 16px;
    position: relative;
}
.nav .nav-right>ul>li>a {
	display: block;
	padding: 0 25px;
}
.nav .nav-right>ul>li:nth-child(6):hover .nav-right-sec{
    display: block;
    top: 36px;
}
.nav .nav-right>ul>li:nth-child(6) .nav-right-sec li{
    border: 1px solid rgba(0,0,0,.6);
}
.nav .nav-right>ul>li:nth-child(6) .nav-right-sec li:hover{
    background: #ffffff;

}
.nav .nav-right>ul>li:nth-child(6) .nav-right-sec li:hover a{
    color: #000;
}

.nav .nav-right>ul>li span {
    width: 25px;
    height: 15px;
    background: url(../../images/img/hot_ico.png) no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}
.nav .nav-right>ul>li:hover {
    background-color: #275ec7;
    color: white;
}
.nav .nav-right .nav-right-sec {
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    padding-top: 7px;
    overflow: hidden;
    display: none;
    z-index: 2017;
}
.nav .nav-right .nav-right-sec li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 1px 0;
    border-radius: 4px;
    float: left;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    white-space:nowrap;
}
.nav .nav-right .nav-right-sec li a {
    color: white;
    font-size: 12px;
}
.nav .nav-right>ul>li:hover .nav-right-sec {
    display: block;
}
.nav-right>ul>li:first-child {
    color: #275ec7;
}
.nav-right>ul>li>li {
}

.nav .nav-left .nav-left-sec {
    width: 990px;
    height: 384px;
    box-sizing: border-box;
    display: none;
    border-right: 1px solid #275ec7;
    border-bottom: 1px solid #275ec7;
    position: absolute;
    top: 46px;
    left: 210px;
    background-color: white;
    color: #666;
}
.nav .nav-left .nav-left-fir>ul>li:hover .nav-left-sec {
    display: block;
}
.nav .nav-left-sec a:hover {
    color: #55acee !important;
}
.nav .nav-left-sec-l {
    width: 760px;
    height: 100%;
    /*padding: 10px 30px;*/
    padding: 20px 20px;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    float: left;
}
.nav .nav-left-sec-l dl {
    display: block;
    overflow: hidden;
    /*padding: 5px 0;*/
    margin-bottom: 15px;
}
.nav .nav-left-sec-l dt {
    float: left;
    width: 80px;
    margin-right: 10px;
    /*background: url(../../images/img/nav_arr.png) no-repeat center right;*/
}
.nav .nav-left-sec-l dt a {
    float: left;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    /*min-width: 50px;*/
}
.nav .nav-left-sec-l dd {
    float: left;
    width: 629px;
    padding-bottom: 15px;
}
.nav .nav-left-sec-l dl:not(:last-child) dd {
    border-bottom: 1px solid #ececec;
}
.nav .nav-left-sec-l dd a {
    float: left;
    margin: 2px 30px 2px 0;
    line-height: 22px;
    font-size: 14px;
    color: black;
}
.nav .nav-left-sec-l dd span {
    float: left;
    margin: 2px 20px 2px 0;
    line-height: 22px;
    font-size: 14px;
    color: #777;
    width: 60px;
    padding-right: 10px;
    background: url(../../images/img/nav_arr.png) no-repeat center right;
}
.nav .nav-left-sec-l .more {
    float: right;
    text-transform: uppercase;
    background-color: #f2f2f2;
    color: #777;
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    padding: 0 3px;
    margin: 4px 10px 4px 0;
    border-radius: 11px;
}
.nav .nav-left-sec-l dd>div {
    overflow: hidden;
    padding: 3px 0;
}
.nav .nav-left-sec-l dd>div:not(:last-child) {
    border-bottom: 1px dashed #ececec;
}
.nav .nav-left-sec-l dd>div>div {
    float: left;
    width: 539px;
}
/*.nav .nav-left-sec-l dt {
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #d2d2d2;
    line-height: 30px;
    font-size: 14px;
}
.nav .nav-left-sec-l dt a {
    display: inline-block;
    min-width: 50px;
    padding-right: 20px;
    background: url(../../images/img/nav_arr.png) no-repeat center right;
}
.nav .nav-left-sec-l dd {
    float: left;
    margin: 3px 30px 3px 0;
    line-height: 22px;
    font-size: 14px;
}
.nav .nav-left-sec-l dd a {
    display: block;
}*/

.nav .nav-left-sec-r {
    width: 229px;
    height: 100%;
    padding: 10px 30px;
    box-sizing: border-box;
    float: left;
}
.nav .nav-left-sec-r img{
    width: 90%;
}
.nav .nav-left-sec-r a {
    width: 165px;
    height: 110px;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.nav .nav-left-sec-r a img {
    width: 165px;
    height: 110px;
    display: block;
}
.nav .nav-left-sec-r a span {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: white;
    display: block;
    background-color: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

/*------------------------------footer尾部------------------------------*/
.footer {
    width: 100%;
    background-color: #282e3f;
    color: white;
    float: left;

    position: relative;
}
.footer li a {
    color: white;
}
.footer .footer-inf {
    width: 100%;
    border-bottom: 1px solid #7d879f;
}
.footer .footer-inf-con {
    width: 1200px;
    margin: 0 auto;
    padding-top: 17px;
    padding-bottom: 11px;
    overflow: hidden;
}
.footer .footer-inf-l {
    border-right: 1px solid #7d879f;
    overflow: hidden;
    float: left;
}
.footer .footer-inf-l .footer-logo {
    margin-top: 13px;
    margin-left: 50px;
    float: left;
}
.footer .footer-inf-l ul {
    float: left;
    margin-left: 63px;
}
.footer .footer-inf-l li {
    line-height: 25px;
    width: 585px;
    padding-right: 50px;
    white-space: pre;
    font-size: 14px;

    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer .footer-inf-l li a {
    float: right;
    text-decoration: underline;
}
.footer .footer-inf-l li span {
    width: 140px;
    line-height: 25px;
    float: right;
}
.footer .footer-inf-r {
    margin-left: 52px;
    margin-top: 21px;
    overflow: hidden;
    float: left;
}
.footer .erweima-button {
    float: left;
    height: 146px;
    width: 74px;
}
.footer .erweima-button img {
    float: left;
    margin-bottom: 2px;
}
.footer .erweima-list {
    float: left;
    width: 144px;
    height: 144px;
    border: 1px solid #7d879f;
    background-color: white;
    margin-left: 4px;
}
.footer .erweima-list img {
    width: 138px;
    height: 138px;
    display: block;
    margin: 3px;
}
.footer .footer-about {
    width: 100%;
    font-size: 14px;
    height: 14px;
    padding: 23px 0;
    border-bottom: 1px solid #7d879f;
    overflow: hidden;
    text-align: center;
}
.footer .footer-about li {
    display: inline-block;
    padding: 0 38px;
    border-right: 1px solid #7d879f;
}
.footer .footer-banquan {
    width: 100%;
    border-bottom: 1px solid #7d879f;
    font-size: 12px;
}
.footer .footer-banquan>img {
    margin: 22px auto 0;
    display: block;
}
.footer .footer-banquan>p {
    margin-top: 17px;
    margin-bottom: 26px;
    text-align: center;
    line-height: 17px;
}
.footer .footer-banquan .banquan {
    padding-right: 30px;
    background: url(../../images/img/baidu-icon.png) no-repeat right center;
}
.footer .footer-banquan .tongji {
    margin-left: 20px;
    padding-right: 60px;
    background: url(../../images/img/tongji-icon.png) no-repeat right center;
}
.footer .footer-lianjie {
    width: 1180px;
    padding-right: 20px;
    margin: 0 auto;
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.footer .footer-lianjie span {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.footer .footer-lianjie li {
    display: inline-block;
    margin-right: 10px;
    line-height: 20px;
}
/*------------------------------登录注册框------------------------------*/
.popup{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.3);
    position:fixed;
    top:0px;
    z-index:3000;
    display:none;
}
.popup a.guanbi {
    /*background:url(../../images/img/popup_guanbi.png) repeat 0px 0px;*/
    background: url(../../images/img/popup_guanbi.png) repeat 0px -35px;
    width:35px;
    height: 35px;
    display: block;
    position:absolute;
    top:8px;
    right:20px;
    cursor:pointer;
}
.popup .title {
    background: #f2f2f2;
    padding: 0 30px;
    color: #4c4c4c;
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.popup .title h2{
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    color: #4c4c4c;
    font-weight: normal;
}
.inf-item {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-top: 20px;
}
/*登录*/
.login-popup {
    width: 800px;
    height: 400px;
    margin: 100px auto;
    background-color: white;
    border-radius: 10px;
    z-index:3000;
    overflow: hidden;
    position: relative;
}
/*注册*/
.register-popup {
    width: 750px;
    height: 500px;
    margin: 100px auto;
    background-color: white;
    border-radius: 10px;
    z-index:3000;
    overflow: hidden;
    position: relative;
}
.register-popup .popup-con {
    padding: 40px 70px;
    font-size: 18px;
}
.popup-con .login-href {
    text-align: right;
}
.popup-con .login-href a {
    color:#275ec7;
    font-size:14px;
    line-height: 25px;
}
.register-popup .inf-item span {
    width: 90px;
    text-align: right;
    margin-right: 20px;
    margin-left: 25px;
    float: left;
    display: inline-block;
}
.register-popup .inf-item input {
    height: 38px;
    line-height: 38px;
    width: 270px;
    padding-left: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-indent: 10px;
    margin-right: 0;
    float: left;
    text-align: left;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    box-sizing: border-box;
    transition: all ease 0.4s;
}
.register-popup .inf-item input:focus {
    box-shadow: 0 0 12px rgba(169,209,255,0.8);
}
.register-popup .input-tishi {
    margin-left: 10px;
    color: rgb(153,153,153);
    float: left;
}
.register-popup .input-tishi i {
    font-style: normal;
}
.register-popup .input-tishi .input-warning {
    display: none;
    color: #c90000;
    /*line-height: 25px;
    border: 1px solid #c90000;
    border-radius: 6px;
    padding: 2px 10px 2px 20px;
    font-size: 12px;
    position: relative;*/
}
.register-popup .inf-item .validate-code {
    background: url(../../images/img/code-bg.jpg) no-repeat;
    display: inline-block;
    width: 90px;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 3px;
    font-weight: bolder;
    margin-left: 10px;
    float: left;
}
.register-popup .inf-item .phone-code {
    font-family: " 微软雅黑";
    background: #f7f7f7;
    display: inline-block;
    width: 100px;
    line-height: 30px;
    margin-left: 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 3px;
    background-color: #275ec7;
    color: #fff;
    height: 38px;
    float: left;
}
.register-popup .register-b {
    background: #275ec7;
    display: inline-block;
    margin-right: 20px;
    padding: 0 50px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    margin-top: 20px;
    font-family: " 微软雅黑";
    margin-left: 135px;
    /*box-shadow: 0 0 20px 1px #fff inset;*/
}
/*登录*/
.login-popup {
    width: 400px;
    height: 400px;
    margin: 100px auto;
    background-color: white;
    border-radius: 10px;
    z-index:3000;
    overflow: hidden;
    position: relative;
}
.login-popup .popup-con {
    padding: 20px 60px;
    font-size: 18px;
}
.login-popup .inf-item {
    margin-top: 30px;
}
.login-popup .inf-item input {
    height: 38px;
    line-height: 38px;
    width: 100%;
    padding-left: 5px;
    border: 1px solid #ccc;
    font-size: 14px;
    text-indent: 10px;
    margin-right: 0;
    float: left;
    text-align: left;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    border-radius: 4px;
    box-sizing: border-box;
    text-indent: 35px;
    transition: all ease 0.4s;
}
.login-popup .inf-item input:focus {
    box-shadow: 0 0 12px rgba(169,209,255,0.8);
}
.login-popup .input-name {
    background: url(../../images/img/iconLogin.png) 10px 10px no-repeat;
}
.login-popup .input-pass {
    background: url(../../images/img/iconLogin.png) 10px -46px no-repeat;;
}

.forgot-pass {
    text-decoration: underline;
    color: #275ec7;
    font-size: 14px;
    text-align: right;
    width: 100%;
    line-height: 40px;
}
.login-popup .login-b {
    background: #275ec7;
    display: block;
    width: 60%;
    margin: 20px auto 0;
    line-height: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family: " 微软雅黑";
    /*box-shadow: 0 0 20px 1px #fff inset;*/
}




#labzt {
    float: left;
    font-weight: bold;
    line-height: 30px;
    font-size: 16px;
    /* min-width: 50px; */
}








#dxloginId .register-popup{
    width: 400px;
    height: 430px;
}

#dxloginId .popup-con{
    padding: 0px 20px;
}
#dxloginForm div:nth-child(1),
#dxloginForm div:nth-child(2){
    border-bottom: 1px solid #cdcdcd;
}
#dxloginForm input{
    border: none;
    box-shadow: none;
}

#dxPhoneCode{
    background: none;
    float: right;
    color: #000;
    line-height: 38px;
}

.inf-black{
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    margin-top: 20px;
}
.inf-black a{
    border: 1px solid #cdcdcd;
    padding: 5px 2px;
}
.inf-black a:hover{
    border-color: #275ec7;
}


#dxloginForm div:nth-child(4) a{
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav .nav-left-sec-l dd .improtProduct{
    color:red;
}
