* {
    margin: 0;
    padding: 0;
    word-break: break-all;
    list-style: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-width: 1200px;
  
}
body {
    min-width: 1200px;
    font: 14px/1.5 "Microsoft Yahei",arial, "Hiragino Sans GB", sans-serif;
    color: #333;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
a {
    color: #222231;
    text-decoration: none;
}
a,
a:hover,
a:active {
    outline: none;
    text-decoration: none;
}
.container {
    width: 1200px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    position: relative !important;
    display: inherit !important;
}
.center {
    width: 1230px;
    min-width: 1200px;
    margin: auto;
}
.wrap{
    width: 980px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.left{
    float: left;
}
.right{
    float:right;
}
select, input {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: #fff;
    font-family: "Microsoft YaHei";
}
/* 清除浮动 */
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0; visibility:hidden; content:".";}
header {
    position: relative;
    z-index: 10;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}
.centerheader {
    width: 1230px;
    min-width: 1230px;
    margin: auto;
    position: relative;
}
.centerheader>a, .headLogo {
    float: left;
    height: 100%;
    margin-right: 20px;
}
.centerheader>a>img {
    width: 176px;
    height: 42px;
    margin-top: 19px;
}
.span_no {
    border-left: none!important;
    font-size: 22px!important;
}
.centerheader>span {
    height: 40px;
    line-height: 40px;
    color: #fff;
    float: left;
    font-size: 30px;
    padding-left: 20px;
    margin-top: 20px;
    border-left: 1px solid #fff;
}

.rtCon {
    float: right;
}
.rtCon li {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-top: 20px;
}
.rtCon .log-reg{
	margin-top:18px;
}
.helpReg a, .helpLogin a {
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #478cdd;
    border-radius: 15px;
    margin-left: 30px;
    color: #478cdd;
    text-align: center;
}
.newGuid a {
    color: #fff;
    margin-right: 10px;
    font-size: 14px;
}
.loginAfter {
    margin-left: 20px;
    position: relative;
    cursor: pointer;
}
.loginAfter>span {
    color: #fff;
    font-size: 14px;
    float: left;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.loginAfterExit>a {
    float: right;
    display: block;
    width: 50px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-top: 5px;
    margin-left: 20px;
    border: 1px solid #478cdd!important;
    border-radius: 9px;
    color: #478cdd;
    font-size: 12px;
}
.mianbao {
    height: 60px;
    line-height: 60px;
    text-align: left;
}
.mian1 {
    color: #999;
}
.mian1 a {
    color: #333;
}
.mian1 span {
    color: #999;
}
.leftHelp {
    width: 200px;
    float: left;
    background: #ecf0f4;
    height: 100%;
    min-height: 800px;
}
.helpCenter {
    width: 100%;
}
.helpCenter>li {
    width: 200px;
    text-align: left;
    background: #ecf0f4;
    cursor: pointer;
    position: relative;
}
.helpCenter>li span {
    display: block;
    width: 190px;
    padding-left: 10px;
    color: #333;
    line-height: 40px;
}
.helpCenter>li>b {
    display: block;
    position: absolute;
    top: 14px;
    right: 10px;
    width: 7px;
    height: 12px;
    background: url(../images/crow-line.png) no-repeat;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
}
.helpCenterDrop {
    display: none;
}
.helpCenterDrop>li {
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
    display: table;
}
.helpCenterDrop>li:hover span{
    color: #27b2e7;
}
.helpCenterDrop>li>b {
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background: #27b2e7;
    opacity: 0;
}
.helpCenterDrop>li>span {
    width: 200px;
    padding-left: 30px;
    padding-right: 10px;
    vertical-align: middle;
    display: table-cell;
    line-height: 20px!important;
}
.DropActive {
    background: #fff!important;
}
.DropActive>b {
    opacity: 1!important;
}
.DropActive>span {
    color: #27b2e7!important;
}
.span_active {
    background: #dde4eb;
}
.rightHelp {
    width: 1000px;
    float: right;
    height: 100%;
    background: #fff;
    min-height: 800px;
}
#title {
    text-align: center;
    color: #333;
    font-size: 30px;
}
.usertime {
    color: #999;
    text-align: center;
    height: 54px;
    line-height: 54px;
}
.data-video {
    padding: 0 50px;
    text-align: left;
}
.gather-titer {
    font-size: 24px;
    color: #333;
    padding: 40px 0 6px;
}
.data-gather-list li {
    float: left;
    width: 180px;
    margin-top: 10px;
}
.data-gather-list li a {
    font-size: 16px;
    color: #333;
}
.video-gather-list li {
    float: left;
    margin: 10px 18px 10px 0;
    text-align: center;
}
.video-gather-list li>a {
    display: block;
    width: 282px;
    height: 166px;
    background: #3bc6ff;
    font-size: 16px;
    color: #fff;
}
.video-gather-list li>a p {
    line-height: 26px;
}
.video-play {
    padding: 0 50px;
    margin-bottom: 40px;
}
.mianbao-help {
    text-align: left;
    font-size: 18px;
    color: #333;
    margin: 40px 0 30px 0;
}
.video-play-wrap {
    width: 100%;
    height: 420px;
    position: relative;
}
.video-gather-list li>a b {
    display: inline-block;
    width: 30px;
    height: 32px;
    background: url(../images/vedio_sprite.png) no-repeat;
    background-position: -40px 0;
    margin: 40px 0 5px;
}
.video-gather-list li>a:hover b {
    background-position: 0 0;
}
.b_active {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
/* head-menu-wrap */
.head-menu-wrap {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #f2f2f2;
}
.head-menu-list {
    width: 1230px;
    height: 100%;
    min-width: 1200px;
    margin: auto;
}
.head-dzl {
    margin-right: 20px;
}
.head-dzl-icon {
    background-image: url(../images/dzlmall_home.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 16px;
    height: 16px;
    float: left;
    margin-top: 7px;
}
.head-dzl-text {
    color: #666;
    float: left;
    margin-left: 6px;
}
.menu-right {
    float: right;
}
.menu-right li {
    float: left;
    margin-left: 20px;
}
.menu-right li a {
    color: #000;
}
.head-center {
    width: 100%;
    height: 130px;
}
.head-center-logo {
    float: left;
    padding-top: 25px;
    overflow: hidden;
}
.head-center-search {
    float: left;
    width: 486px;
    padding-top: 40px;
    margin-left: 130px;
}
.search-wrap {
    width: 484px;
    height: 38px;
    position: relative;
    border-left: 2px solid #1f252b;
    border-top: 2px solid #1f252b;
    border-bottom: 2px solid #1f252b;
}
.search-wrap>input[type="text"] {
    float: left;
    width: 305px;
    height: 38px;
    padding: 0 10px 0 10px;
}
.search-img {
    position: absolute;
    width: 40px;
    height: 100%;
    right: 80px;
    top: 0;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
}
.icon-shop-head {
    display: inline-block;
    background: url(../images/dzlmall_index_sprite.png) no-repeat;
    margin-top:12px;
}
.icon-camera {
    width: 20px;
    height: 20px;
    background-position: 0 0;
    margin-bottom: -6px;
}
.search-img>input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    font-size: 0;
}
.search-btn {
    position: absolute!important;
    width: 80px!important;
    height: 38px!important;
    top: 0;
    right: 0;
    line-height: 36px;
    background: #1f252b;
    text-align: center;
    cursor: pointer;
}
.icon-fdj {
    width: 18px;
    height: 18px;
    margin-top: 10px;
    display: inline-block;
    background: url(../images/dzlmall_index_search.png);
}
.hot-search {
    padding: 2px 0;
}
.hot-search li {
    float: left;
    margin-right: 10px;
    color: #666;
}
.hot-search li a {
    color: #666;
}
.head-center-server {
    float: right;
    width: auto;
    padding-top: 40px;
    line-height: 28px;
}
.head-cart {
    width: 168px;
    height: 40px;
    position: relative;
    border: 2px solid #1f252b;
    cursor: pointer;
}
.head-cart-icon {
    width: 22px;
    float: left;
    margin-left: 13px;
    margin-top: 9px;
}
.head-cart-txt {
    float: left;
    margin-left: 12px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}
.head-cart-amounts {
    background: #f62043;
    border-radius: 100px;
    text-align: center;
    width: 48px;
    height: 20px;
    float: right;
    color: #fff;
    margin-right: 12px;
    margin-top: 10px;
    line-height: 20px;
}
.head-nav-wrap {
    width: 100%;
    height: 40px;
}
.head-nav-list {
    width: 1230px;
    height: 100%;
    min-width: 1230px;
    margin: auto;
    line-height: 40px;
    position: relative;
}
.head-allproduct {
    position: relative;
}
.head-allproduct-title {
    width: 200px;
    border-radius: 0px;
    background: #f62043;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
    cursor: pointer;
}
.head-allproduct-con {
    min-height: 450px;
    width: 200px;
    position: absolute;
    background: rgba(31,37,43,0.9);
    top: 40px;
    left: 0px;
}
.head-allproduct-con-title {
    color: #fff;
    font-weight: bold;
    margin: auto;
    width: 30px;
    border-bottom: 2px #fff solid;
    height: 32px;
    float: left;
    margin-left: 85px;
    padding-right:16px;
    cursor:pointer;
    background:url(../images/nav_up.png) right 13px no-repeat;
}
.head-allproduct-con-title.down{
	background:url(../images/nav_down.png) right 13px no-repeat;
}
.head-allproduct-con-fenlei {
    width: 185px;
    margin-left: 9px;
    margin-top: 10px;
    float: left;
}
.head-allproduct-con-fenlei:nth-of-type(2){
	display:none;
}
.head-allproduct-con-fenlei>li {
    background: rgba(255,255,255,0.02);
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 0px;
    float: left;
    margin-right: 2px;
    cursor: pointer;
}
.head-allproduct-con-fenlei>li>a {
    color: #fff;
    font-size: 14px;
}
.head-nav-list li {
    width: 100px;
    text-align: center;
    float: left;
    position: relative;
    background: #fafafa;
    border-radius: 20px;
    margin-right: 10px;
}
.head-nav-list>li>a {
    display: block;
    color: #333;
    font-size: 16px;
}
.head-nav-list li.current {
    background: #edf0f4;
}
.head-nav-list li.current>a {
    color: #ff4645;
}
.getprice-xingxing {
    position: absolute;
    right: 6px;
    top: 4px;
    width: 16px;
    height: 16px;
}
.head-guanggao {
    float: right;
    font-size: 16px;
}
.head-guanggao-img {
    float: right;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    margin-top: 10px;
}
.indexAlianjie {
    display: block;
    width: 100%;
    height: 100%;
}
.head-allproduct-con-fenlei li {
    background: rgba(255,255,255,0.02);
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 0px;
    float: left;
    margin-right: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}
.head-allproduct-con-fenlei li a {
    color: #fff;
}
/*hearder*/
.header{
	width: 100%;
	height: 70px;
	background: #fff;
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
}
.header .logo{
    margin-top:19px;
}
.header .nav-list{
    margin-top:22px;
}
.header .nav-item{
    float:left;
    height: 28px;
    line-height: 28px;
    padding:0 15px;
    margin-right:40px;
}
.header .nav-item .item{
    display: block;
    font-size:16px;
    color:#1a1a1a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;

}
.header .nav-item .item:hover{
    font-weight: bold;
}
.header .nav-item.mall{
    padding-left:20px;
    background: url('../images/partner/mall-icon.png') left center no-repeat;
}
.header .nav-item.active{
    border:1px solid #1a1a1a;
    font-weight: bold;
    border-radius:18px; 
}
.log-reg{
    margin-top:17px;
    color:#478cdd;
}
.log-reg a{
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color:#478cdd;
    font-weight: bold;
}

/*footer*/
.footer{
    background: #1f252b;
    padding:40px 0;
}
.footer .item-line{
    float: left;
    height: 105px;
    width: 2px;
    background: #373c42;
    margin-top: 54px;
}
.footer .item{
    float: left;
}
.f-logo{
    display: block;
    margin-bottom: 25px;
}
.footer .item-title{
    color:#fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 25px !important;
}
.footer .item-1{
    width: 500px;
    padding-right: 100px;
}
.footer .item-1 .a-title{
    color:#fff;
    float: left;
}
.footer .item-1 .a-href{
    float: left;
    color:#ccc;
    margin-left: 5px;
    width: 425px;
}
.footer .item-1 .a-href a{
    color: #ccc;
}
.footer .item-1 .a-href span{
    padding: 0 3px 0 6px;
}
.footer .item-1 .a-item{
    margin-bottom: 12px;
}
.footer .item-2{
    color:#ccc;
    width: 300px;
    padding:0 100px  0 36px;
}
.footer .item-2 p{
    margin-bottom: 12px;
}
.record{
    color:#666;
}
.footer .item-3{
    margin-left:36px; 
}
.tank{
    position:fixed;
    z-index:10000;
    left:0;
    top:0;
    width:100%;
    height:100%;
}

.tank_men{
	width:100%;
    height:100%;
	background-color:rgba(0,0,0,.5);
}

.tank_zc{
    width:470px;
    height:240px;
    background-color:#fff;
    border-radius:8px;
    padding:10px;
    position:absolute;
    top:50%;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    margin-top:-170px;
    padding:60px 60px 40px;
}

.tank_zc>input{
    width:470px;
    height:62px;
    background-color:#599cc3;
    color:#fff;
    cursor: pointer;
    outline:none;
    border:none;
    border-radius:4px;
    margin-bottom:20px;
    font-size:16px;
}

.tank_zc>input:hover{
	background-color:#95c9e6;
}

input[type=button]{
    cursor: pointer;
}

.cancle{
	display:block;
	color:#fff;
	font-weight:normal;
	width:40px;
	height:40px;
	line-height:36px;
	font-size:26px;
	border-radius:40px;
	background:#28283f;
	position:absolute;
	right:-20px;
	top:-20px;
	text-align:center;
	cursor:pointer;
}
.pro-msg-title {
    text-align: center;
}
.pro-msg-title>img {
    margin-top: 29px;
    margin-bottom: 29px;
}
.pro-msg-title img {
    display: block;
    margin: auto;
}
.notices-list {
    float: left;
    width: 100%;
}
.notices-list li {
    width: 188px;
    height: 208px;
    background: #fafafa;
    float: left;
    margin-right: 20px;
    border: 1px #fafafa solid;
}
.notices-list li:nth-child(4n) {
    margin-right: 0px;
}
.notices-list li:HOVER {
    border: 1px #1f252b solid;
}
.nl-content {
    margin-top: 18px;
    margin-left: 45px;
    width: 100px;
    height: 32px;
    border-bottom: 1px #1f252b solid;
}
.nl-title {
    color: #1f252b;
    font-size: 14px;
}
.icon-notices {
    float: left;
    width: 23px;
    height: 23px;
    background: url(../images/dzl-detailsprite.png) no-repeat;
}
.icon-notices-secha {
    background-position: 0 0;
    margin-top: 2px;
}
.icon-notices-chima {
    background-position: 0 -24px;
    margin-top: 2px;
}
.icon-notices-gongyi {
    background-position: 0 -50px;
    margin-top: 2px;
}
.icon-notices-sent {
    background-position: 0 -72px;
}
.nl-con {
    width: 160px;
    margin: 20px;
    margin-top: 14px;
}
.hw-category {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px #ccc;
    -moz-box-shadow: 0 1px 4px #ccc;
    box-shadow: 0 1px 4px #ccc;
    text-align: center;
    margin-bottom: 4px;
}
.hw-banner {
    width: 100%;
    height: 200px;
    background: url(../images/dlz_about.png) center center no-repeat;
    z-index: 100;
}
.hw-category {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #fff;
    -webkit-box-shadow: 0 1px 4px #ccc;
    -moz-box-shadow: 0 1px 4px #ccc;
    box-shadow: 0 1px 4px #ccc;
    text-align: center;
    margin-bottom: 4px;
}
.hw-category a {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.hw-category span {
    margin: 0 15px;
}
.hw-category a.current {
    color: #eca721;
}
.head-wrap{
	margin-top:70px;
}
.help-center-section {
    overflow: hidden;
    position: relative;
}
.aboutSection {
    width: 1200px;
    min-width: 1200px;
    margin: auto;
}
.left-wrap {
    float: left;
    width: 200px;
}
.encyCenter {
    background-color: #f5f5f5;
    height: 100%;
    left: 200px;
    position: absolute;
    top: 0;
    width: 10px;
}
.left-panel {
    background: #fff;
    margin-bottom: 20px;
}
.lw-title {
    width: 100%;
    height: 149px;
    text-align: center;
    padding-top: 40px;
    border-bottom: 1px dashed #999;
}
.lw-title .lw-text1 {
    font-size: 18px;
    color: #666;
}
.lw-title .lw-text2 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.lw-category li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
}
.lw-category li a.current {
    background: #000;
    color: #fff;
}
.lw-category li a {
    display: block;
    font-size: 14px;
    color: #666;
}
.lw-hot {
    height: 39px;
    border-bottom: 1px dashed #999;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.lw-hot img {
    width: 24px;
    height: 26px;
    vertical-align: bottom;
}
.hot-list {
    padding: 5px 20px;
}
.hot-list p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 30px;
}
.hot-list p a {
    color: #666;
}
.right-wrap {
    float: right;
    width: 990px;
    background: #fff;
}
.artical-text {
    padding: 40px 50px;
}
.rw-subtitle {
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}
.rw-subtitle .rw-text1 {
    font-size: 24px;
    color: #333;
    margin-right: 20px;
}
.rw-subtitle .rw-text2 {
    font-size: 14px;
    color: #999;
    text-transform: uppercase;
}
.rw-content {
    padding-top: 30px;
}
#title {
    text-align: center;
    color: #333;
    font-size: 30px;
}
.rw-conlist .artical-wrap {
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.rw-thumbnails {
    float: left;
    width: 199px;
    height: 109px;
}
.rw-thumbnails img {
    width: 100%;
    height: 100%;
}
.rw-detail {
    width: 639px;
    height: 93px;
    float: left;
    padding: 15px 20px 0 20px;
}
.rw-detail h3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}
.rw-detail h3 span {
    float: right;
    font-size: 12px;
    color: #333;
}
.rw-detail p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.rw-conlist .artical-wrap:hover {
    border: 1px solid #000;
    background: #000;
}
.rw-conlist .artical-wrap:hover .rw-detail h3 {
    color: #fff;
}
.rw-conlist .artical-wrap:hover .rw-detail p {
    color: #ccc;
}
.rw-subtitle {
    padding-bottom: 5px;
    border-bottom: 1px solid #999;
}
.rw-subnav a {
    color: #333;
}
.rw-subnav span {
    color: #999;
}
.rw-subnav .dianji-num {
    float: right;
    font-size: 14px;
    color: #333;
}
.rw-maintext {
    margin-top: 40px;
}
.text-head {
    text-align: center;
}
.text-head>h3 {
    font-size: 24px;
    color: #333;
}
.text-head>p>span {
    color: #999;
    font-size: 12px;
}
.text-body {
    padding-top: 30px;
}
.text-body>p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    text-indent: 2em;
    margin-bottom: 10px;
}
.text-body img {
    display: block;
    margin: 20px auto;
    max-width: 880px;
}
.encyBottomCon {
    height: 138px;
    border-top: 10px solid #f3f3f3;
}
.encyBottomConTips {
    border-bottom: 1px solid #ccc;
    height: 64px;
    margin: 10px 20px 0;
}
.encyBottomConTips > span {
    color: #666;
    float: left;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    margin-top: 21px;
}
.encyBottomConTips > a {
    border: 1px solid #333;
    color: #333;
    float: left;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    margin-top: 21px;
    padding: 0 10px;
}
.encyBottomConTips2 {
    height: 56px;
    margin: 0 20px;
}
.encyBottomConTips2 > a {
    height: 56px;
    line-height: 56px;
    max-width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.encyBottomConPre {
    float: left;
}
.encyBottomConNex {
    float: right;
}
.camImg {
    float: left;
    height: 28px;
    margin-top: 3px;
    margin-left: 3px;
    border: 1px solid #000;
}
.camImg>img {
    height: 28px!important;
    width: 28px!important;
    float: left;
}
.camImg>span {
    height: 28px;
    line-height: 28px;
    float: left;
    color: #000;
    width: 20px;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
/* denglu */
.tank-wrap-comment {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background-color: #fff;
    text-align: center;
}
.detail-login {
    width: 400px;
    height: 390px;
    border: 10px solid #ccc;
}
.detail-login>b {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 0;
    background: url(../images/notice_sprite.png) no-repeat;
    background-position: 4px -20px;
    cursor: pointer;
}
.yz {
    text-align: left;
    color: #ca0b3d;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.login-yz {
    position: absolute;
    left: 30px;
    top: 60px;
}
.pd-form .form-head {
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 36px 0;
}
.pd-form .form-input {
    width: 338px;
    height: 38px;
    margin: 0 auto 10px;
    text-align: left;
    border: 1px solid #1f252b;
    position: relative;
}
.icon-login {
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/login_register.png) no-repeat;
}
.pd-form .form-input .icon-phone {
    background-position: 10px -25px;
}
.pd-form .form-input .icon-password {
    background-position: 10px -61px;
}
.form-input1 input,.form-input2 input {
    -webkit-box-shadow: 0 0 0 1000px #fff inset!important;
}
.pd-form .form-input input {
    float: right;
    width: 272px;
    height: 100%;
    outline: none;
    border: none;
    color: #333 !important;
    padding: 0 10px;
}
.pd-form .form-input2 {
    margin-bottom: 20px;
}
.pd-form .form-btn {
   
    margin-bottom: 20px;
    border:none;
}
.pd-form .form-btn input {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    color:#fff!important;
    background: #ff4645;
    font-size: 14px;
    border:none;
    padding:0;
}
.pd-form .form-remmber {
    background: transparent;
    border: none!important;
}
.pd-form .form-remmber i {
    width: 20px!important;
    height: 20px!important;
    
}
.icon-checkbox {
    background-position: -2px -128px;
}
.icon-ischeckbox {
    background-position: -32px -128px;
}
.pd-form .form-remmber input {
    float: left;
    width: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-foot {
    position: absolute;
    width: 340px;
    left: 30px;
    bottom: 20px;
    overflow: hidden;
    line-height: 24px;
}
.form-foot .link-right {
    float: right;
    font-size: 18px;
    color: #666;
}
.styleTank {
    position: fixed;
    z-index: 10000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    text-align: center;
}
.styleTankance {
    width: 700px;
    height: 500px;
    background: #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.search_dd {
    height: 50px;
    margin: 0 auto;
    background: #f7f9fc;
}
.search_dd>span {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-left: 20px;
    line-height: 50px;
}
.search_dd_input {
    width: 300px;
    height: 30px;
    margin-top: 10px;
    margin-left: 106px;
    margin-bottom: 20px;
    position: relative;
    float: left;
}
.search_dd_input>input {
    width: 290px;
    height: 30px;
    float: left;
    border-radius: 30px;
    cursor: text!important;
    background: #e9f3ff;
    padding-left: 10px;
}
.search_dd_input>img {
    width: 18px;
    position: absolute;
    right: 12px;
    top: 6px;
    cursor: pointer;
}
.order-drop-down {
    position: absolute;
    left: 0px;
    width: 300px;
    max-height: 335px;
    top: 30px;
    background: #fff;
    z-index: 9000;
    text-align: left;
    overflow: auto;
    box-shadow: 0 0px 16px rgba(31,37,43,0.2);
    max-height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
}
.order-drop-down>li{
	width:300px;
	height:30px;
	line-height:30px;
	padding-left:10px;
	text-align:left;
	color: #333;
}

.order-drop-down>li:hover{
	color:#63a3ef !important;
}

.order-drop-down>li>a{
	color: #333;
	width:100%;
	height:100%;
	display:block;
}

.order-drop-down>li>a:HOVER{
	color:#63a3ef !important;
}
.search_dd_cancle {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px !important;
    color: #999 !important;
    font-weight: lighter !important;
    cursor: pointer;
    background: #f7f9fc;
}
.fixedKuang {
    margin: 20px;
    margin-bottom: 0px;
}
.newTab {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px!important;
    table-layout: fixed;
    text-align: center;
    background: #fff;
    table-layout: fixed;
}
.newTab tr th {
    background: #f0f0f0;
    padding-left: 10px;
    font-weight: normal;
    color: #666;
    height: 36px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    text-align: left;
}
.newTab tr th>select {
    width: 100%!important;
    overflow: hidden;
    text-align: center;
}
.newTab tr {
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}
.newTab tr td {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 50px;
    padding-left: 10px;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
}
tr th.clooseColor {
    background: #dfe1e4 !important;
}
tr th.clooseColor select {
    background: #dfe1e4 !important;
}
.fixedKuang .newTab tr td {
    height: 40px !important;
}
.newTab tr:nth-child(even) {
    background: #f7f9fc;
}
.btn-text {
    color: #478cdd !important;
    cursor: pointer;
}

.login-popu {
    width: 400px;
    height: 250px;
    position: fixed;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    margin-top: -125px;
    background: #fff;
    color: #333;
    display: none;
    z-index: 1000;
}
.login-popu .title {
    height: 50px;
    line-height: 50px;
    background: #f7f9fc;
    text-indent: 20px;
    color: #333;
    font-weight: bold;
}
.login-popu .close {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
}
.login-popu .notice {
    font-size: 16px;
    font-weight: bold;
    margin: 64px 0 10px 20px;
}
.login-popu .btns {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.login-popu .reg-btn {
    float: left;
    padding: 5px 10px;
    border: 1px solid #478cdd;
    border-radius: 2px;
    color: #478cdd;
    cursor: pointer;
}
.login-popu .modify {
    background: #478cdd;
    color: #fff;
    margin-right: 10px;
}
#masking {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    left: 0;
    top: 0;
    z-index: 999;
}
#content {
    padding: 30px 20px;
    text-align: left;
}
#content img {
    max-width: 100%!important;
}
.userAgreement {
    padding: 0 50px;
}
.userAgreement>h3 {
    color: #333;
    font-size: 30px;
    margin-top: 30px;
}
.userAgreement>h4 {
    color: #333;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: left;
}
.usertime {
    color: #999;
    text-align: center;
    height: 54px;
    line-height: 54px;
}
.userMes1 {
    text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin-bottom: 10px;
}
.userMes1_1 {
    text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    margin-top: 10px;
}
.userMes2 {
    text-align: left;
    font-size: 18px;
    color: #333;
    line-height: 36px;
    text-indent: 20px;
}
.kucun-none {
    height: 120px;
    text-align: center;
    font-size: 18px;
    padding-top: 50px;
}
.none-head {
    text-align: center;
    margin-bottom: 20px;
}
.none-btn {
    display: inline-block;
    width: 90px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #ff7e7d;
}