@charset "utf-8";
/* CSS Document */
/*头部*/
.headerTradeOut {
    width: 100%;
    height: 80px;
    border-bottom: 2px solid #eee;
}

.headerTrade {
    width: 1080px;
    height: 80px;
    margin: auto;
}

.logoTrade {
    display: block;
    width: 182px;
    height: 68px;
    margin-top: 5px;
    background: url(../images/logo_trade.png) center left no-repeat;
}

.navTrade {
    height: 82px;
    line-height: 82px;
    margin-left: 220px;
}

.navTrade a {
    font-size: 15px;
    color: #333;
    padding: 0 15px;
    display: block;
    float: left;
}

.navTrade a.on {
    border-bottom: 3px solid #17A1FF;
    color: #17A1FF;
    height: 68px;
}

.navTrade a:hover {
    color: #17A1FF;
}

.loginTrade {
    height: 80px;
    line-height: 80px;
}

.loginTrade a {
    display: block;
    float: left;
}

.loginTrade .name {
    width: 57px;
    height: 38px;
    line-height: 37px;
    background: url(../images/head.png) no-repeat 13px 8px #f5f8f9;
    border-radius: 20px;
    color: #333;
    margin-top: 21px;
    margin-right: 6px;
    padding-left: 41px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.loginTrade .login {
    color: #17A1FF;
}

/*小banner*/
.bannerTrade {
    width: 100%;
    height: 130px;
    line-height: 50px;
    background: url(../images/bannerbg.jpg) no-repeat center top;
    text-align: center;
    overflow: hidden;
}

.bannerTrade span {
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
}

.bannerTrade img {
    margin-top: 25px;
}

/*mainTra*/
.mainTra {
    width: 1078px;
    height: auto;
    margin: 20px auto 60px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
}

/*left*/
.select {
    width: 800px;
    overflow: hidden;
    padding: 46px 0 66px 30px;
    color: #aaa;
}

.select form {
}

.select form input {
    font-family: "微软雅黑";
    font-size: 14px;
}

.tra {
    margin-bottom: 30px;
}

.tra span {
    display: block;
    width: 125px;
    line-height: 38px;
    height: 38px;
    float: left;
}

.tra1 {
    height: 42px;
    line-height: 42px;
}

.tra3 {
    height: 40px;
    line-height: 40px;
}

.tra3 span {
}

.tra3 p {
    display: inline-block;
    background: #f8f8f8;
    width: 670px;
}

.tra3 p span {
    display: inline-block;
    width: 335px;
    text-indent: 2em;
}

.tra4 {
    width: 670px;
    overflow: hidden;
}

.tra4, .tra5, .tra7, .tra8 {
    margin-left: 148px;
}

.tra textarea {
    width: 70%;
    height: 50px;
    margin-right: 25px;
    border: 1px solid #ddd;
    color: #333;
    font-family: "微软雅黑";
    padding: 20px;
    font-size: 14px;
}

.tra5 {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
    padding: 26px 0;
}

.tra5 .shouru {
    width: 340px;
    float: left;
}

.tra5 .shouru span {
    display: block;
    width: 340px;
}

.tra5 .shouru span.money {
    font-size: 52px;
    color: #ff8400;
    padding-top: 10px;
}

.tra5 .price {
    float: left;
    margin-left: 20px;
    padding-top: 35px;
    line-height: 30px;
}

.tra5 .price p {
    height: 30px;
}

.tra5 .price p span {
    color: #333;
    float: none;
    display: inline-block;
}

.tra6 {
}

.tra6 input {
    width: 295px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-indent: 1em;
    color: #333;
}

.trasxf {
    display: block;
    line-height: 38px;
    height: 38px;
}

.trasxf p {
    color: #333;
    font-size: 14px;
}

.tra7 {
    color: #333;
    overflow: hidden;
}

.tra7 .custom-checkbox {
    float: left;
}

.tra7 label {
    display: block;
}

.tra7 label input {
    float: left;
    vertical-align: middle;
    margin-top: 3px;
}

.tra7 p {
    float: left;
    margin-left: 10px;
    vertical-align: middle;
}

.tra7 a {
    color: #1185e1;
}

.tra8 {
}

.tra8 input {
    width: 156px;
    height: 42px;
    line-height: 42px;
    background: #17A1FF;
    border-radius: 4px;
    color: #fff;
    font-size: 20px !important;
    border: 0;
    cursor: pointer;
}

/*单选按钮样式开始*/
/* page styles */
fieldset {
    border: 0;
    display: block;
    float: left;
    width: 750px;
}

/* ----- Custom checkboxes, radios ----- */
/*	wrapper divs */
.custom-radio {
    position: relative;
}

/* states */
.custom-radio label {
    background-position: -10px -14px;
}

.custom-radio label.hover, .custom-radio label.focus {
    background-position: -10px -114px;
}

.custom-radio label.checked {
    background-position: -10px -214px;
}

.custom-radio label.focus {
    outline: 1px dotted #ccc;
}

/* input, label positioning */
.custom-radio input {
    position: absolute;
    left: 10px;
    top: 10px;
    margin: 0;
}

.custom-radio label {
    position: relative;
    font-family: 'Microsoft Yahei', '微软雅黑', arial;
}

/* ---- toggle button examples ---- */
#view {
}

#view .custom-radio {
    float: left;
    margin-right: 20px;
}

#show {
    width: 250px;
    display: block;
    clear: left;
}

#show .custom-radio {
    width: 33%;
    float: left;
}

.toggle label {
    border-collapse: collapse;
}

.toggle .custom-radio label {
    padding: 10px 36px;
    border: 1px solid #aaa;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    overflow: visible;
    background: #fff;
    color: #333;
    border-color: #fff;
}

.toggle .custom-radio label.hover, .toggle .custom-radio label.focus {
    background-position: right center;
    background: #99cceb;
    border-color: #99cceb;
    color: #fff;
}

.toggle .custom-checkbox label.checkedHover, .toggle .custom-checkbox label.checkedFocus {
    background: #99cceb;
    border-color: #99cceb;
    color: #fff;
}

.toggle .custom-radio label, .toggle .first label {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.toggle .last label {
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

/*单选按钮样式结束*/
/*right*/
.detail {
    width: 188px;
    padding: 0 15px 25px 12px;
    font-size: 12px;
    line-height: 24px;
    border-left: 1px solid #e1eaf0;
    margin: 28px auto 36px;
    color: #777;
}

.trade1, .trade2, .trade3 {
    padding-top: 70px;
    margin-bottom: 50px;
}

.trade1 {
    background: url(../images/trade1.jpg) no-repeat left top;
    padding-top: 70px;
}

.trade2 {
    background: url(../images/trade2.jpg) no-repeat left top;
    padding-top: 70px;
}

.trade3 {
    background: url(../images/trade3.jpg) no-repeat left top;
    padding-top: 70px;
}

.tradeTit {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
    font-weight: 700;
}

.tradeDet {
}

.tradeMore {
}

.tradeMore a {
    color: #090909;
}

/*mydeal*/
.deal {
    margin: 80px auto;
}

.deal p {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.deal .deal-btn {
    display: block;
    width: 290px;
    height: 64px;
    margin: 35px auto;
    text-align: center;
    line-height: 64px;
    font-size: 26px;
    color: #fff;
    background: url(../images/mydealbtnbg.png) no-repeat center;
}

.deal-content {
}

.deal-content .deal-nav {
    height: 80px;
    border-top: 1px solid #f3f3f3;
    background: url(../images/navbg.png) repeat-x center bottom;
}

.deal-content .deal-nav li {
    float: left;
    width: 359px;
    height: 50px;
    margin: 10px auto;
    border-right: 1px solid #f3f3f3;
}

.deal-content .deal-nav li span {
    display: block;
    height: 64px;
    width: 256px;
    margin: auto;
    line-height: 64px;
    border-bottom: 6px solid #f3f3f3;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.deal-content .deal-nav li.on {
    float: left;
    width: 358px;
    height: 50px;
}

.deal-content .deal-nav li.on span {
    border-bottom: 6px solid #17A1FF;
    color: #17A1FF;
}

.deal-nav a {
    color: inherit
}

.deal-list {
    display: none;
}

.deal-list table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

.deal-list tr.title {
    height: 60px;
    background: #FCFCFF;
}

.deal-list tr td {
    height: 40px;
    padding: 15px 10px;
    color: #444;
    text-align: center;
    font-size: 12px;
    width: auto !important;
}

.deal-list tr th {
    height: 40px;
    color: #333;
    text-align: center;
}

.deal-list tr {
    border-bottom: 1px solid #f6f6f6;
}

.deal-list td.icon, .deal-list th.icon {
    width: 70px;
}

.deal-list td.time, .deal-list th.time {
    width: 200px;
}

.deal-list td.num, .deal-list th.num {
    width: 110px;
}

.deal-list td.name, .deal-list th.name {
    width: 320px;
}

.deal-list td.price, .deal-list th.price, .deal-list td.status, .deal-list th.status, .deal-list td.action, .deal-list th.action {
    width: 160px;
}

.deal-list td.time span {
    margin-left: 5px;
    color: #888;
}

.deal-list td.status span {
    color: #17A1FF;
}

.deal-list td.status span.ff9424 {
    color: #ff9424;
}

.deal-list td.action {
    position: relative;
}

.deal-list td.action .dealorg-detail {
    line-height: 40px;
    color: #17A1FF;
    cursor: pointer;
}

.deal-list td.action .dealorg-detail i {
    display: inline-block;
    height: 20px;
    width: 14px;
    margin-left: 5px;
    background: url(../images/sprite.png) 0 5px no-repeat;
}

.deal-list td.action ul {
    display: none;
    position: absolute;
    top: 20px;
    left: 45px;
    width: 84px;
    background: #fff;
    border: 1px solid #888;
    z-index: 100;
}

.deal-list td.action ul li {
    height: 32px;
    line-height: 32px;
    text-align: center;
}

.deal-list td.action ul li a {
    color: #333;
    font-size: 14px;
}

.deal-list td.action ul li.first {
    background: #17A1FF;
}

.deal-list td.action ul li.first a {
    color: #fff;
}

.deal-list td.action ul.d-block {
    display: block;
}

.loadingmore {
    width: 398px;
    height: 36px;
    margin: 20px auto;
    line-height: 36px;
    text-align: center;
    background: url(../images/loadingbg.png) center no-repeat;
}

.loadingmore a {
    color: #444;
}

/*dealdetail*/
.dealdetail-l {
    float: left;
    width: 730px;
    padding: 40px;
    overflow: hidden;
}

.dealintroduce {
    height: 80px;
    margin-bottom: 40px;
}

.dealintroduce .dealicon {
    float: left;
    width: 100px;
    height: 80px;
}

.dealintroduce .dealicon img {
    width: 80px;
}

.dealintroduce .dealtitle {
    float: left;
}

.dealintroduce .dealtitle h1 {
    height: 50px;
    line-height: 50px;
    font-size: 26px;
    font-weight: normal;
    color: #333;
}

.dealintroduce .dealtitle p {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    color: #999;
}

.dealintroduce .dealtitle p span {
    margin-right: 20px;
}

.dealobject {
    margin-bottom: 30px;
    color: #999;
}

.dealobject .objecttitle {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}

.dealobject .objecttitle i {
    display: inline-block;
    height: 20px;
    width: 25px;
    vertical-align: middle;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
}

.dealobject .objecttitle i.biaodi {
    background-position: 0 -24px;
}

.dealobject .objecttitle i.tiaokuan {
    background-position: 0 -45px;
}

.dealobject .objecttitle i.pay {
    background-position: 0 -65px;
}

.dealobject .objecttitle .pay-car {
    display: inline-block;
    height: 20px;
    width: 25px;
    vertical-align: middle;
    background: url(../images/sprite-car-img.png) no-repeat;
}

.dealobject .object-list {
    margin: 10px auto;
    border: 1px solid #dedede;
}

.object-list table {
    width: 728px;
    margin: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.object-list table tr {
    padding: 10px 0;
}

.object-list table tr.title {
    height: 60px;
    background: #f8f9fa;
}

.object-list table th {
    color: #555;
    padding: 0 20px;
    text-align: left;
}

.object-list table td {
    height: 60px;
    line-height: 60px;
    color: #555;
    padding: 0 20px;
    border-right: 1px solid #edf1f3;
}

.object-list table td.styles1, .object-list table th.styles1, .object-list table td.price, .object-list table th.price, .object-list table td.name, .object-list table th.name, .object-list table td.num, .object-list table th.num, .object-list table td.status, .object-list table th.status {
    width: 150px;
}

.object-list table td.price span, .object-list table th.price span {
    font-size: 12px;
}

.jynr {
    height: 300px;
    max-height: 420px;
    padding-bottom: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.object-list .jynr {
}

.object-list .jynr table tr {
    padding: 0;
}

.object-list .jynr table tr td {
    height: 40px;
    line-height: 40px;
}

.dealdetail-r {
    float: right;
    width: 258px;
}

.timeline {
    margin-top: 50px;
    padding-bottom: 50px;
    border-left: 1px solid #d8e0e6;
}

.timeline .line-a {
    position: relative;
    margin-bottom: 50px;
}

.line-a i {
    position: absolute;
    left: -8px;
    display: block;
}

.line-a i.first {
    left: -15px;
}

.line-a i img {
}

.line-a h4 {
    margin: auto auto 10px 30px;
    font-size: 14px;
    color: #333;
}

.line-a p {
    line-height: 20px;
    margin-left: 30px;
    font-size: 12px;
    color: #888;
}

.paybtn {
    height: 40px;
    margin: 10px auto;
}

.paybtn input, .paybtn .btn {
    float: right;
    border: none;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    margin-left: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.paybtn .fkbtn {
    width: 100px;
    height: 40px;
    background: #17A1FF;
    color: #fff;
}

.paybtn .delbtn {
    width: 140px;
    height: 40px;
    background: #f2f2f2;
    color: #333;
}

/*我的账户*/
/*小banner*/
.bannerAccount {
    width: 100%;
    height: 130px;
    background: url(../images/account_banner.jpg) no-repeat center top;
}

.account {
    padding: 40px;
    background: url(../images/account.jpg) no-repeat 40px 40px;
}

.accTit {
    color: #333;
    margin-left: 46px;
    line-height: 40px;
}

.accTit a {
    color: #17A1FF;
    padding-left: 20px;
}

.acc1 .name, .acc2 .jine, .acc3 .caozuo, .acc4 .yhk {
    width: 698px;
    padding: 20px 110px 40px;
    margin: 0 auto 20px 80px;
    color: #555;
    border-bottom: 1px dashed #f1f1f1;
    overflow: hidden;
}

.acc1 .name p.nam {
    font-size: 30px;
    margin-bottom: 10px;
}

.acc1 .name p.nam span {
    font-size: 16px;
    margin-left: 30px;
}

.acc2 .jine {
    color: #888;
    padding-bottom: 26px;
}

.acc2 .jine p {
    float: left;
    padding-right: 120px;
    line-height: 40px;
}

.acc2 .jine p span {
}

.acc2 .jine p span.money1 {
    font-size: 30px;
    color: #333;
}

.acc2 .jine p span.money1 span {
    font-size: 16px;
}

.acc3 {
}

.acc3 .caozuo {
    padding-bottom: 46px;
}

.acc3 .caozuo a {
    display: block;
    padding: 5px 20px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    border-radius: 4px;
}

.acc3 .caozuo span {
    float: left;
    display: block;
    width: 20px;
    height: 40px;
    margin: auto 80px auto 10px;
    background: url(../images/time.jpg) no-repeat center;
    cursor: pointer;
}

.acc3 .caozuo a.chongzhi {
    color: #fff;
    background-color: #f87500;
}

.acc3 .caozuo a.tixian {
    color: #333;
    background-color: #f3f3f3;
}

.acc4 {
}

.acc4 .yhk {
    border: 0;
}

.acc4 .yhk a {
    display: block;
    width: 300px;
    height: 48px;
    border: 1px solid #eff0f1;
    color: #333;
    line-height: 48px;
    background: url(../images/yhk.jpg) no-repeat 60px 14px;
    text-indent: 7em;
}

.yhklist {
    display: block;
    width: 300px;
    height: 48px;
    margin-bottom: 15px;
    margin-left: 190px;
    border: 1px solid #eff0f1 !important;
    color: #333;
    line-height: 48px;
    text-indent: 15px;
    border-radius: 2px;
}

.yhklist:hover, .yhkbtn:hover {
    border: 1px solid #17A1FF !important;
}

.yhklist img {
    vertical-align: middle;
}

.yhklist a {
    vertical-align: middle;
    margin-left: 15px;
    color: #333;
}

.yhklist span {
    vertical-align: middle;
    margin-left: 15px;
}

.yhkbtn {
    background: url(../images/yhk.jpg) no-repeat 70px 14px #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
}

.yhkbtn:hover {
    color: #17A1FF;
}

/*注册*/
.register {
    width: 548px;
    height: auto;
    border: 1px solid #e1e1e1;
    margin: 80px auto;
    overflow: hidden;
    padding-bottom: 30px;
}

.registerTitOut {
    width: 510px;
    height: 62px;
    line-height: 62px;
    border-bottom: 6px solid #f3f3f3;
    margin: 10px auto 32px;
}

.registerTit {
    font-size: 24px;
    color: #17A1FF;
    border-bottom: 6px solid #17A1FF;
    width: 260px;
    height: 62px;
    margin: 0 auto;
    text-align: center;
}

.register form {
}

.register form .reg {
    display: block;
    height: 50px;
    line-height: 50px;
    border: 1px solid #ccc;
    background: url(../images/email.jpg) no-repeat 10px 10px;
    padding-left: 55px;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
    border-radius: 2px;
    width: 395px;
    margin: 15px auto;
}

.register form .reg span {
    display: block;
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    margin-right: 10px;
    text-align: left;
    color: #555;
}

.register form .reg input {
    display: block;
    width: 310px;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #fff;
    margin-bottom: 20px;
    color: #333;
    font-family: "微软雅黑";
    font-size: 14px;
}

.register form .reg.psw {
    background: url(../images/mima.png) no-repeat 10px 10px;
}

.register form .reg input.write {
    background: url(../images/write.png) no-repeat 10px 10px;
}

.register form .reg1 {
}

.register form .reg2 {
}

.register form .reg3 {
}

.register form .reg4 {
    width: 450px;
    margin: 20px auto 10px;
    overflow: hidden;
}

.register form .reg4 input {
    float: left;
    width: 18px;
    height: 18px;
    color: #333;
    margin-top: 1px;
}

.register form .reg4 p {
    float: left;
    margin-left: 10px;
}

.register form .reg4 p a {
    color: #333;
}

.register form .reg4 p a:hover {
    color: #17A1FF;
}

.register form .reg5 {
    width: 450px;
    height: 52px;
    padding-left: 0;
    line-height: 52px;
    text-align: center;
    background: #17A1FF;
    border-radius: 4px;
    border: none;
    margin: 0 auto;
    cursor: pointer;
    font-size: 24px;
    color: #fff;
}

.register form .reg6 {
    display: block;
    width: 395px;
    margin: 10px auto 0;
    text-align: right;
    color: #17A1FF;
    border: none;
    background: none;
}

.regimg, .regmessage {
    width: 450px;
    margin: 15px auto;
    overflow: hidden;
}

.regimg span, .regmessage span {
    display: block;
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
}

.regimg .imgyanzheng, .regmessage .imgyanzheng {
    display: block;
    float: left;
    width: 200px;
    height: 48px;
    margin: auto 10px;
    line-height: 48px;
    border: 1px solid #ccc;
    text-indent: 10px;
}

.regimg .yzmpicture img {
    float: left;
    width: 140px;
    overflow: hidden;
}

.regimg .yzmpicture img {
    width: 140px;
}

.regmessage .hqbtn {
    display: block;
    float: left;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 4px;
    font-size: 16px;
    color: #333;
    background: #f3f3f3;
    cursor: pointer;
}

.regmessage .hqbtn:hover {
    color: #fff;
    background: #ff8300;
}

/*禁用按钮*/
.hqbtn:disabled {
    color: #666;
}

.hqbtn:disabled:hover {
    background: #f3f3f3;
    color: #666;
}

.wrongtips {
    width: 420px;
    margin: auto auto 15px;
    padding: 2px 0 2px 30px;
    background: url(../images/tishi.png) no-repeat left center;
    font-size: 12px;
    color: #fd7700;
}

/*登录*/
.register form .reg7 {
    margin: 10px auto 0;
    text-align: right;
    border: none;
    background: none;
}

.register form .reg7 a {
    color: #17A1FF;
    padding-right: 20px;
}

/*tixianlist*/
.deal {
    margin: 60px auto;
}

.deal p {
    text-align: center;
    color: #666;
    font-size: 14px;
}

.deal .deal-btn {
    display: block;
    width: 290px;
    height: 64px;
    margin: 35px auto;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
    color: #fff;
    background: url(../images/mydealbtnbg.png) no-repeat center;
}

.deal-content {
}

.deal-content .tixian-nav {
    height: 80px;
    border-top: 1px solid #f3f3f3;
    background: url(../images/navbg.png) repeat-x center bottom;
}

.deal-content .tixian-nav li {
    float: left;
    width: 539px;
    height: 50px;
    margin: 10px auto;
    border-right: 1px solid #f3f3f3;
    cursor: pointer;
}

.deal-content .tixian-nav li span {
    display: block;
    height: 64px;
    width: 256px;
    margin: auto;
    line-height: 64px;
    border-bottom: 6px solid #f3f3f3;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.deal-content .tixian-nav li.on {
    float: left;
    width: 538px;
    height: 50px;
}

.deal-content .tixian-nav li.on span {
    border-bottom: 6px solid #17A1FF;
    color: #17A1FF;
}

.deal-content .tixian-nav li.noline-r {
    border-right: 0;
}

/*setting 账号设置*/
.setting {
    width: 590px;
    overflow: hidden;
    margin: 0 auto 60px;
    clear: both;
}

.setting .tishi, .giftdetail .payfoedetail .tishi {
    background: url(../images/tishi.png) no-repeat left center;
    padding-left: 28px;
    color: #fd7700;
    margin: 40px 0 30px;
}

.setting form {
}

.setting form .set {
    height: 42px;
    line-height: 42px;
    color: #555;
    margin-bottom: 20px;
}

.setting form .set span {
    display: block;
    float: left;
    width: 90px;
    color: #999;
    text-align: right;
    margin-right: 30px;
}

.setting form .set input, .setting form .set select {
    width: 424px;
    height: 40px;
    border: 1px solid #ddd;
    text-indent: 20px;
    line-height: 40px;
    color: #555;
    background: #fff;
    border-radius: 4px;
}

.setting form .set select {
}

.setting form .set.set4 {
}

.setting form .set.set4 input {
    margin-left: 120px;
    width: 154px;
    height: 46px;
    background: #17A1FF;
    text-indent: 0;
    font-size: 22px;
    line-height: 46px;
    text-align: center;
    padding-left: 0;
    border: 0;
    color: #fff;
    border-radius: 4px;
}

.tab_box .hide {
    display: none;
}

/*help 帮助*/
.helpLeft {
    width: 230px;
    margin: 30px 40px 80px 15px;
}

.helpLeft .detailOut {
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
}

.helpLeft .detailOut .det {
    width: 230px;
    height: 45px;
    line-height: 40px;
    text-indent: 50px;
    font-size: 20px;
    color: #17A1FF;
    background: url(../images/icon.png) 0 -82px no-repeat; /*border-top:1px solid #999;background:url(../images/help1.jpg) no-repeat 219px;*/
}

.helpLeft .detailOut .det.we {
    background-position: 6px -76px;
}

.helpLeft .detailOut .det.help {
    background-position: 6px -116px;
}

.helpLeft .detailOut .det.det1 { /*background:url(../images/help2.jpg) no-repeat 219px;*/
}

.helpLeft .detailOut .det.last {
    border-bottom: 2px solid #999;
}

.helpLeft .detailOut ul {
    margin-bottom: 20px;
}

.helpLeft .detailOut ul li {
    width: 230px;
    height: 50px;
    line-height: 50px;
    text-indent: 50px;
}

.helpLeft .detailOut ul li a {
    display: block;
    color: #555;
}

.helpLeft .detailOut ul li a:hover {
    color: #17A1FF;
}

.helpLeft .detailOut ul li.current1 {
    background: #f5f8f9;
    border-right: 6px solid #17A1FF;
}

.helpLeft .detailOut ul.on1 {
    display: block;
}

.helpRight {
    width: 760px;
    padding-left: 20px;
    margin-top: 35px;
    font-size: 14px;
    overflow: hidden;
}

.helpRight .helpRightTop a {
    display: block;
    color: #666;
    margin: 30px auto;
}

.helpRight .helpRightTop a:hover {
    color: #17A1FF;
}

/*分页*/
.pages {
    margin-top: 50px;
    overflow: hidden;
    text-align: center;
}

.pages a {
    display: inline-block;
    padding: 10px 20px;
    color: #666;
    border-radius: 2px;
    border: 1px solid #d8dadf;
    margin-right: 20px;
}

.pages a:hover {
    border: 1px solid #17A1FF;
    background: none;
    color: #17A1FF;
}

.pages a.on {
    border: 1px solid #17A1FF;
    background: #17A1FF;
    color: #fff;
}

.pages a.shouye, .helpRight .pages a.weiye {
    padding: 10px 28px;
}

.adcontent {
    width: 1000px;
    margin: auto;
}

.cream {
    width: 1080px;
    margin: 10px auto auto;
    height: 50px;
    line-height: 50px;
    color: #999;
}

.cream a {
    color: #999;
}

.cream a.home {
    display: inline-block;
    padding-left: 25px;
    background: url(../images/homeico.png) center left no-repeat;
}

.cream span {
    height: 50px;
    line-height: 50px;
    color: #333;
}

.article_con {
}

.artical_time {
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    color: #666;
    font-size: 14px;
    text-align: right;
}

.article_con h1 {
    margin: 30px auto;
    line-height: 40px;
    color: #333;
    font-size: 28px;
    text-align: center;
}

.article_con p {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    text-indent: 2em;
}

/*帮助没登录状态*/
.loginTrade1 a {
    display: block;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    margin-top: 17px;
    color: #999;
}

.loginTrade1 .zhuce {
    color: #fff;
    background: #36BDF5;
}

.loginTrade1 .zhuce:hover {
    background: #17A1FF;
}

.loginTrade1 .denglu:hover {
    color: #17A1FF;
}

/*付款弹窗*/
.lwxq {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    min-height: 3000px;
    width: 100%;
    background: url(../images/bgblack.png) repeat;
    z-index: 1001;
}

.giftdetail {
    position: relative;
    top: 150px;
    width: 500px;
    height: auto;
    padding-bottom: 30px;
    margin: auto;
    background: #fff;
    border: #ccc;
}

.giftdetail .title {
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    background: #f3f3f3;
    color: #222;
    font-size: 16px;
}

.giftdetail .payfoedetail {
    padding: 30px 50px;
}

.giftdetail .payfoedetail .price1 {
    color: #999;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
}

.giftdetail .payfoedetail .price2 {
    height: 80px;
    line-height: 80px;
    font-size: 60px;
    color: #ff4d00;
}

.giftdetail .payfoedetail .price2 span {
    font-size: 30px;
}

.giftdetail .payfoedetail .tishi {
    margin: 20px auto;
    font-size: 13px;
}

.giftdetail .payfoedetail .jine, .giftdetail .payfoedetail .jinjieinput {
    width: 380px;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
}

.giftdetail .payfoedetail .jine span, .giftdetail .payfoedetail .jinjieinput span {
    color: #999;
}

.jinjieinput input {
    margin-left: 10px;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #eee;
}

.giftdetail .payfoedetail .jine b {
    height: 44px;
    width: 200px;
    margin-left: 10px;
    line-height: 46px;
    border: none;
    color: #333;
    font-size: 14px;
}

.giftdetail .payfoedetail .payforbtn {
    margin-top: 15px;
}

.giftdetail .payfoedetail .payforbtn .pay1 {
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    background: #17A1FF;
    border: none;
    color: #fff;
    cursor: pointer;
}

.giftdetail .payfoedetail .payforbtn .pay2 {
    background: #f3f3f3;
    color: #333;
}

.rightclose {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.rightclose img {
    display: block;
    width: 35px;
    height: 35px;
}

/*withdrawals 申请提现*/
.withdrawals {
    padding: 80px 100px;
}

.withdrawals .wit, .tysearch .wit2 {
    height: 42px;
    line-height: 42px;
    color: #555;
    margin-bottom: 24px;
}

.withdrawals .wit span {
    display: block;
    float: left;
    width: 90px;
    color: #999;
    text-align: right;
    margin-right: 30px;
}
.withdrawals .wit_new span{
    width: 100px;
}
.withdrawals .wit .t_num{
    font-weight: normal;
    margin-left: 10px;
    font-size: 13px;
    color: #e4393c;
}
.withdrawals .now_ye{
    margin: 24px 0;
}
.withdrawals .back_rt:hover{
    color: #fff;
}
.back_rt{
    display: block;
    width: 220px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #1ba7e5;
    font-size: 16px;
    border-radius: 4px;
    margin: 30px 0 24px 110px;
    cursor: pointer;
}
.question_xt{
    width: 16px;
    margin-right:2px;
    vertical-align: -2px;
}
.tixian_type_box{
    height: 42px;
    line-height: 42px;
    margin-bottom: 24px;
    font-size: 14px;
}
.tixian_type_box span{
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 20px;
}
.type_sel_box a{
    height: 30px;
    width: 120px;
    line-height: 30px;
    -webkit-appearance: none;
    background-color: #fff;
    display: inline-block;
    position: relative;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 2px 5px;
}
.type_sel_box a:first-child{
    margin-right: 10px;
}
.type_sel_box .checked{
    background-color: #fff !important;
    color: #00abf2;
    border: 1px solid #00abf2;
    display: inline-block;
    background: url(../images/fbwt_icon.png) no-repeat;
    background-position: 100% 0%;
}
.withdrawals .wit input, .withdrawals .wit .xzyhk, .withdrawals .wit2 select, .withdrawals .wit textarea {
    width: 424px;
    height: 40px;
    border: 1px solid #ddd;
    text-indent: 20px;
    line-height: 40px;
    color: #555;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    float: left;
}

.withdrawals .wit .xzyhk {
    background: url(../images/yhk_xiala.jpg) no-repeat 406px 15px;
    cursor: pointer;
}

.withdrawals .wit.wit2 {
    margin-bottom: 0;
}

.withdrawals .wit2 select {
    background: url(../images/yhk_xiala.jpg) right center no-repeat;
}

.withdrawals .wit2 select {
    height: 20px \9;
    padding: 10px 5px 10px 15px \9;
    width: 404px \9;
}

.withdrawals .tixian {
    display: block;
    width: 116px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: #17A1FF;
    border-radius: 4px;
    margin: 30px 0 24px 120px;
}

.withdrawals .tishi {
    margin-left: 120px;
    color: #ff9424;
}

/*tixian 提现记录 充值记录*/
.deal-content .deal-nav.deal-nav1 {
    margin-top: 20px;
}

.deal-content .deal-nav.deal-nav1 li {
    float: left;
    width: 539px;
    height: 50px;
    margin: 10px auto;
    border-right: 1px solid #f3f3f3;
}

.deal-list td.num.num1, .deal-list th.num.num1 {
    width: 240px;
}

.deal-list td.price.price1, .deal-list th.price.price1 {
    width: 200px;
}

.deal-list td.icon.icon1, .deal-list th.icon.icon1 {
    width: 100px;
}

/*recharge 充值*/
.recharge {
    padding: 60px;
    font-size: 14px;
    color: #999;
}

.recharge .shuoming {
    color: #333;
    margin-bottom: 30px;
}

.recharge .yhk {
    background: url(../images/yhk.png) no-repeat left center;
    padding: 10px 34px;
}

.recharge .yhk span {
    font-size: 14px;
}

.recharge .yhk span.kahao, .recharge .phone_service span.kahao, .recharge .qq_service1 span.kahao, .recharge .qq_service2 span.kahao {
    color: #111;
}

.recharge .yhk span.username, .recharge .phone_service span.username, .recharge .qq_service1 span.username, .recharge .qq_service2 span.username {
    color: #555;
}

.recharge .phone_service {
    background: url(../images/phone_service.png) no-repeat 0 42px;
    padding: 40px 34px 13px;
}

.recharge .qq_service1 {
    background: url(../images/qq_service.png) no-repeat left center;
    padding: 10px 34px;
}

.recharge .qq_service2 {
    padding: 13px 34px;
}

/*错误提示、成功提示页面*/
.tipage {
    padding: 60px 0;
    width: 600px;
    margin: auto;
}

.wrongtip {
    float: left;
}

.wrongtip img {
    width: 200px;
}

.wrongtxt {
    float: left;
    margin: 50px auto auto 50px;
}

.wrongtxt h1 {
    font-size: 40px;
    margin: 10px auto 20px auto;
}

.wrongtxt h4 {
    font-size: 18px;
    margin: 10px auto 20px auto;
    font-weight: normal;
    color: #555;
}

.wrongtxt p {
    font-size: 14px;
    margin: 10px auto 20px auto;
}

.wrongtxt p a {
    color: #01acf2;
}

/*2 16经纪人修改*/
.jjr_list .jjr_intro .intro {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    padding-left: 25px;
    background: url(../images/icon.png) no-repeat;
}

.jjr_list .jjr_intro .intro.qq {
    background-position: 0px 6px;
}

.jjr_list .jjr_intro .intro.qq a {
    display: inline-block;
    padding: 1px 5px;
    margin-left: 10px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #4dbeff;
    color: #4dbeff;
    border-radius: 4px;
}

.jjr_list .jjr_intro .intro.qq a:hover, .jjr_list.sc .jjr_list_z .intro.qq a:hover, .jjr_list.gc .jjr_list_z .intro.qq a:hover {
    background: #fe0000;
    color: #fff;
    border: 1px solid #fe0000;
}

.jjr_list .jjr_intro .intro.dh {
    background-position: 2px -20px;
}

.jjr_list .jjr_intro .intro.yx {
    background-position: 1px -43px;
}

.jjr_list .jjr_intro .title em {
    display: inline-block;
    margin-left: 5px;
    padding: 4px 6px;
    line-height: 14px;
    border-radius: 4px;
    background: #17A1FF;
    font-size: 13px;
    color: #fff;
    font-style: normal;
    vertical-align: middle;
}

.jjr_list .jjr_intro .title em.sc {
    background: #4bbc00;
    border: 1px solid #4bbc00;
}

.jjr_list .jjr_intro .title em.gc {
    background: #fc932a;
    border: 1px solid #fc932a;
}

.jjr_main.news {
    background: none;
    padding: 29px 0;
    width: 892px;
    margin: auto;
}

.jjr_list .jjr_list_z.rg {
    float: right;
}

.jjr_list .jjr_list_z:hover { /*box-shadow:0px 12px 24px 2px rgba(0,0,0,0.1);-moz-box-shadow:0px 12px 24px 2px rgba(0,0,0,0.1);box-shadow:0px 12px 24px 2px rgba(0,0,0,0.1);-webkit-transform: translate3d(0, -2px, 0);transform: translate3d(0, -2px, 0);-webkit-transition: all 0.2s linear;transition: all 0.2s linear; border-color:#fff; margin-top:-5px; margin-bottom:25px; */
    border: 1px solid #17A1FF;
}

.jjr_list.gc .jjr_list_z:hover {
    border: 1px solid #fc932a;
}

.jjr_list.sc .jjr_list_z:hover {
    border: 1px solid #4bbc00;
}

.jjr_list.gc .jjr_list_z .intro.qq a {
    border: 1px solid #fc932a;
    color: #fc932a;
}

.jjr_list.sc .jjr_list_z .intro.qq a {
    border: 1px solid #4bbc00;
    color: #4bbc00;
}

/*.jjr_list.gc .jjr_list_z .intro.qq a:hover{background:#fc932a;color:#fff;border:1px solid #fc932a;}
.jjr_list.sc .jjr_list_z .intro.qq a:hover{background:#fe0000;color:#fff;border:1px solid #fe0000;}*/
.tsjybox {
    width: 895px;
    height: 192px;
    background: url(../skin_img/tsjy_bj.png) no-repeat -1px -2px;
    margin-top: 40px;
}

.jylist {
    width: 190px;
    float: right;
    margin-top: 34px;
}

.jylist p {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    height: 30px;
    overflow: hidden;
}

.jylist p a {
    display: block;
    width: 58px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #4dbeff;
    border: 1px solid #4dbeff;
    border-radius: 4px;
    margin-top: 5px;
}

.jylist p a:hover {
    background: #4dbeff;
    color: #fff;
}

/*域名经纪人*/
.jjr_main {
}

.jjr_list { /*overflow:hidden;*/
}

.jjr_list .jjr_list_z {
    float: left;
    width: 308px;
    padding: 10px;
    height: 135px;
    margin-right: 15px;
    margin-bottom: 40px;
    background: #fff;
    border: 1px solid #e5e5e5;
}

.jjr_list .jjr_list_z .kuang {
    margin-top: 5px;
}

/*.jjr_list .jjr_list_z.hover .kuang{ border:1px solid #ff8018;}*/
.jjr_list .jjr_list_z .jjr_img {
    width: 100px;
    height: 135px;
    float: left;
}

.jjr_list .jjr_list_z .jjr_img img {
    width: 100%;
    height: 100%;
}

.jjr_list .jjr_list_z .jjr_intro {
    width: 200px;
    float: right;
    height: 100%;
}

.jjr_list .jjr_intro .title {
    font-size: 24px;
    color: #222;
    height: 31px;
    line-height: 31px;
    overflow: hidden;
    margin-bottom: 7px;
    margin-top: -5px;
}

.helpRight h4.jjr {
    height: 16px;
    line-height: 16px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
    padding-left: 10px;
    border-left: 4px solid #666;
}

/*.jjr_list .jjr_intro .qq a:hover{ background:#43c778 url(../skin_img/gsjj.png) no-repeat -574px -112px; color:#fff;}*/
.jjr_list .jjr_intro .intro {
}

.top_bt .error_tips {
    float: left;
    margin-left: 5px;
    color: #ff5b33;
    font-size: 14px;
    line-height: 37px;
    display: none;
    position: absolute;
    right: -110px;
    top: 15px;
}

.zwjg {
    padding: 150px 0 200px 0;
    color: #e5e5e5;
    font-size: 50px;
    text-align: center;
}

/*联系我们*/
.boxRight {
}

/*公司简介*/
.w_pic_list {
    padding: 0;
    padding-right: 15px;
}

.w_pic_list dl dt {
    padding: 15px 0;
    background: none;
    width: 100%;
    float: left;
    font-size: 18px;
}

.w_pic_list dl dt span {
    float: left;
}

.w_pic_list dl dt .gy {
    font-size: 24px;
    color: #333;
}

.w_pic_list dl dt .gyy {
    font-size: 20px;
    color: #c0c0c0;
    line-height: 80px;
}

.w_pic_list dl dd {
    float: left;
    width: 760px;
    font-size: 14px;
    color: #666;
    line-height: 35px;
    height: auto;
}

.wg_main {
    background: none;
    margin-bottom: 60px;
}

.w_pic_list dl.sec dd p {
    line-height: 35px;
}

.w_pic_list dl.sec dd p span {
    float: left;
    display: inline-block;
    width: 22px;
    height: 22px;
    border-radius: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    color: #fff;
    background: #c0c0c0;
    margin-top: 6.5px;
    margin-right: 10px;
}

.about-wo {
}

.about-wo h3 {
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.about-wo h3 span {
    font-size: 20px;
    color: #c0c0c0;
}

.about-wo p {
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.activity {
    margin-top: 40px;
    margin-bottom: 60px;
}

.activity h3 {
    margin-bottom: 34px;
}

.activity p.comImg {
    margin-top: 20px;
}

.activity p {
    text-align: center;
}

.gsnewslist {
}

.gsnewslist li {
    height: 30px;
    line-height: 30px;
}

.gsnewslist li a {
}

/*历史发展*/
.historylist {
    margin-top: 35px;
}

.historylist .fazhan-list {
    padding: 10px 0;
    font-size: 13px;
    background: url(../images/bghistory1px.jpg) 100px 0 repeat-y;
}

.historylist .fazhan-list dt {
    display: inline-block;
    width: 100px;
    padding: 12px 0;
    height: auto;
    font-size: 14px;
    line-height: 1em;
    color: #aaa;
}

.historylist .fazhan-list dd {
    position: relative;
    display: inline-block;
    font-size: 13px;
}

.historylist .fazhan-list dd.bgline {
    width: 30px;
}

.historylist .fazhan-list dd.bgline b {
    position: absolute;
    top: 15px;
    left: -5px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/bghistory.jpg) center no-repeat;
}

.historylist .fazhan-list dd.txt {
    width: 620px;
    margin-left: 25px;
}

.historylist img {
    width: 100%;
}

/*jianjie-2*/
.jianjie-2 {
}

.jianjie-2 .jianjie-txt {
}

.jianjie-2 .jianjie-txt a {
    display: inline-block;
    width: 210px;
    height: 140px;
    vertical-align: middle;
}

.jianjie-2 .jianjie-txt p {
    display: inline-block;
    width: 500px;
    margin-left: 20px;
    font-size: 13px;
    line-height: 26px;
    vertical-align: middle;
}

/*经典案例*/
.jianjie-3 {
}

.jianjie-3 ul {
}

.jianjie-3 ul li {
    float: left;
    width: 31%;
    height: 140px;
    background: #f7f7f7;
    margin-right: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.jianjie-3 ul li a {
    display: block;
    text-align: center;
    height: 140px;
    line-height: 140px;
}

.jianjie-3 ul li a img {
    vertical-align: middle;
}

/*诚聘英才*/
.jianjie-4 {
}

.liypbtn {
    display: inline-block;
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    background: #ff9900;
    border-radius: 2px;
}

/*联系方式*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

/*网站、域名详情页*/
.dndetail-l {
    position: relative;
    float: left;
    width: 730px;
    padding: 15px;
}

.dndetail-l h1 {
    height: 70px;
    line-height: 70px;
    background: #f9f9f9;
    font-weight: normal;
}

.dndetail-l h1 span {
    display: inline-block;
    margin-left: 20px;
    padding-left: 40px;
    font-size: 32px;
    background: url(../images/icon.png) no-repeat -54px -500px;
    overflow: hidden;
    height: 70px;
}

.dndetail-l .dnms {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.dndetail-l .dnms p {
    margin: 15px auto 15px 25px;
    line-height: 24px;
    font-size: 14px;
    overflow: hidden;
}

.dndetail-l .dnms p b {
    float: left;
    display: inline-block;
    color: #222;
    font-weight: normal;
}

.dndetail-l .dnms p span {
    max-width: 80%;
    display: inline-block;
    color: #666;
    overflow: hidden;
}

.priceandeq {
}

.dn-js {
    float: left;
    width: 100%;
    max-width: 100%;
}

.priceXq {
    width: 100%;
    float: left;
    margin: 15px auto 15px 25px;
}

.priceXq p {
    margin: 10px auto;
    color: #8a8a8a;
}

.priceXq h3 {
    margin: 10px auto;
    font-size: 40px;
    color: #ff9900;
    font-weight: normal;
    text-indent: -7px;
}

.priceXq label {
    display: block;
    margin: 10px auto;
}

.priceXq label input {
}

.priceXq label a {
    color: #17A1FF;
}

.priceXq .lxjjr {
    display: inline-block;
    padding: 6px 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    margin: 10px auto;
    width: 260px;
    height: 54px;
    line-height: 54px;
    font-size: 26px;
    background: #ff9900;
}

.priceXq .lxjjr:hover {
    background: #f60;
}

.knockdown {
    float: right;
    margin: 15px auto 15px 25px;
}

.knockdown h2 {
    height: 40px;
    padding: 5px 0;
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.knockdown h2 i {
    display: inline-block;
    width: 20px;
    height: 22px;
    margin-right: 5px;
    background: url(../images/icon.png) no-repeat 0 -332px;
    vertical-align: middle;
}

.knockdown table {
    width: 300px;
    border: 1px solid #f0f0f0;
}

.knockdown table tr {
    height: 44px;
}

.knockdown table tr:first-child {
    background: #f9f9f9;
}

.knockdown table tr td, .knockdown table tr th {
    padding: 0 5px 0 15px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.knockdown table tr td {
    border-bottom: 1px solid #f0f0f0;
}

.knockdown table tr:last-child td {
    border-bottom: none;
}

/*域名详情页左边栏目-box*/
.dn-pricefx {
    margin: 15px auto;
}

.dn-pricefx h2 {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
}

.dn-pricefx h2 i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/icon.png) no-repeat 0 -561px;
    vertical-align: middle;
}

.dn-pricefx .dnfx-box {
    padding: 15px;
    border: 1px solid #dedede;
}

/*域名详情价格分析*/
.wdiv {
    margin-bottom: 13px;
    position: relative;
}

.ymi {
}

.ymi .ymit h2 {
    color: #666;
    margin-right: 10px;
    font-size: 22px;
    display: inline-block;
    float: left;
    font-weight: normal;
}

.hqtop {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.hqtop .iconfont {
    color: #999;
    font-size: 16px;
    cursor: pointer;
    float: left;
    font-weight: 400;
}

.hqtop .iconfont:hover {
    color: #e84546;
}

.ymi .ymit .state {
    color: #92a0ac;
    font-size: 12px;
    padding-left: 10px;
    font-weight: normal;
    float: left;
}

.ymi .ymit .price {
    margin: 10px auto;
    color: #333;
}

.ymi .ymit .price strong {
    font-size: 48px;
    line-height: 50px;
    margin-right: 20px;
    font-weight: 500;
}

.ymi .ymit .price strong span {
    font-size: 48px;
    line-height: 50px;
}

.ymi .ymit .price span {
    font-size: 18px;
    margin-right: 10px;
    font-weight: 700;
    display: inline-block;
}

.ymi .content {
    margin-top: 7px;
    border-top: 1px solid #dedede;
    padding: 7px 0;
    font-size: 13px;
}

.ymi .content dl {
    float: left;
    width: 11%;
    line-height: 24px;
}

.ymi .content dt {
    color: #92a0ac;
}

.ymi .content dd {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.ymi .stock-add {
    position: absolute;
    top: 8px;
    right: 18px;
    width: 280px;
}

.ymi .stock-add .hint {
    float: right;
    margin: 4px 0 17px 0;
    color: #707f8b;
    font-size: 12px;
    height: 18px;
}

.ymi .stock-add button, .ymi .stock-add .abutton {
    float: right;
    width: 130px;
    height: 35px;
    line-height: 35px;
    background-color: #F93;
    border: 0;
    padding: 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    outline: none;
    -webkit-appearance: none;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    overflow: visible;
}

.ymi .stock-add button:hover, .ymi .stock-add .abutton:hover {
    background: #f60;
}

.ymi .stock-add button i.iconfont, .ymi .stock-add .abutton i.iconfont {
    margin-right: 6px;
}

/*行情走势*/
.tlist {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}

.tlist a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #555;
    margin: 0 0 0 15px;
    padding: 0 8px;
    line-height: 40px;
}

.tlist a:hover {
    border-bottom: 3px solid #FC4B4B;
    height: 37px;
    line-height: 37px;
    color: #333;
}

.tlist a.on {
    border-bottom: 3px solid #e84546;
    color: #e84546;
    height: 37px;
    line-height: 37px;
}

/*域名表格*/
.table {
    font: 14px '\5FAE\8F6F\96C5\9ED1', "Arial Narrow", HELVETICA;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
    border-collapse: collapse; /*border-top:1px solid #e84546;*/
}

.table > thead > tr:first-child > td, .table > thead > tr:first-child > th, .table > thead > tr:first-child > td, .table > thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    border-top: 0;
}

.tablew > thead > tr > th.tdl1, .tablew > tbody > tr > td.tdl1 {
    text-align: left;
    padding: 10px 0 10px 16px;
}

.tablel > tbody > tr > td, .tablel > thead > tr > th {
    text-align: left;
}

.tablew > thead > tr > th {
    background: #fff;
    border-bottom: 1px solid #ddd;
    color: #666;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #e3e3e3;
}

.table tbody tr.even {
    background-color: #FBFBFB;
}

.tablew > thead > tr > th.tdl1, .tablew > tbody > tr > td.tdl1 {
    text-align: left;
    padding: 10px 0 10px 16px;
}

.tablel > tbody > tr > td, .tablel > thead > tr > th {
    text-align: left;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    padding: 10px 8px;
    border-top: 1px solid #EBEBEB;
    color: #666;
}

#mytable thead .pr5 {
    cursor: pointer;
    color: #1E55CC;
}

.hqr {
    color: #F42323 !important;
}

.hqg {
    color: #65AC46 !important;
}

.hqtop .iconfont {
    color: #999;
    font-size: 16px;
    cursor: pointer;
    float: left;
    font-weight: 400;
}

.iconfont {
    font-size: 14px;
    width: 18px;
    display: inline-block;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.jin {
    position: absolute;
    right: 17px;
    top: 20px;
    font: 12px "Microsoft Yahei";
    padding: 4px 5px 4px 5px;
    background: #efefef;
    color: #b3b3b3;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.25s;
    line-height: 16px;
    vertical-align: bottom;
}

.color-hui {
    background-color: #eaeaea;
    color: #a7a7a7;
}

/*灰色按钮*/
.sel {
    background-color: #E87979;
    color: #fff;
}

.sel:hover {
    background-color: #E84546;
    color: #fff;
}

/*dn-r*/
.dndetail-r {
    float: right;
    width: 270px;
    padding: 15px;
}

.dndetail-r h1 {
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    background: #f9f9f9;
    text-align: center;
}

.dndetail-r .qqlist {
    padding-bottom: 10px;
    border: 1px solid #dedede;
    border-top: none;
}

.dndetail-r .qqlist .QQlx {
    padding: 10px 10px 5px;
    width: 260px
}

.dndetail-r .qqlist .QQlx a {
    display: inline-block;
    height: 40px;
    width: 75px;
    padding-left: 40px;
    margin-right: 10px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(../images/icon.png) no-repeat 10px -383px;
}

.dndetail-r .qqlist .telnum, .dndetail-r .qqlist .emailnum {
    padding: 5px 10px;
}

.dndetail-r .qqlist .telnum a, .dndetail-r .qqlist .emailnum a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    width: 205px;
    padding-left: 40px;
    color: #333;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: url(../images/icon.png) no-repeat -195px 9px;
}

.dndetail-r .qqlist .emailnum a {
    background-position: -195px -26px;
}

.cjquestion {
    margin-top: 20px;
}

.cjquestion p {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cjquestion p a {
    color: #333;
}

.cjquestion p a:hover {
    color: #17A1FF;
}

.jyflow {
    clear: both;
    margin: auto;
    padding-top: 40px;
}

.jyflow h1 {
}

.jyflow h1 span {
    background: url(../images/icon.png) no-repeat -260px -70px;
}

.jyflow .processimg {
    width: 100%;
    height: 128px;
    margin: 10px auto 15px;
    text-align: center;
    background: url(../images/liucheng3.png) no-repeat center;
}

/*网站域名列表样式*/
.filterbox {
    border: 1px solid #ddd;
    border-top: 3px solid #1988be;
}

.filterbox .filtercontent {
    padding: 0 15px;
}

.filterbox .filtercontent .filterlist1 {
    position: relative;
    padding: 12px 0;
    border-bottom: 1px dashed #ededed;
}

.filterbox .filtercontent .filterlist1 span {
    float: left;
    display: block;
    padding: 14px 20px 8px 0;
    color: #aaa;
}

.filterbox .filtercontent .filterlist1 .tagcloud {
    float: left;
    width: 1000px;
}

.filterbox .filtercontent .filterlist1 .tagcloud a {
    display: inline-block;
    margin: 1px;
    vertical-align: middle;
}

.filterbox .filtercontent .filterlist1 .tagcloud a span {
    display: inline-block;
    padding: 8px 15px;
    margin: 0px 10px 5px 0;
    border: 1px solid #fff;
    color: #444;
    border-radius: 2px;
    vertical-align: middle;
}

.filterbox .filtercontent .filterlist1 .tagcloud a span:hover, .filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a.on span {
    border: 1px solid #17A1FF;
    color: #17A1FF;
}

.filterbox .filtercontent .filterlist1 .tagcloud a.on {
    padding: 0;
    position: relative;
    margin-right: 10px;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fafafa;
    background: #fafafa;
    color: #17A1FF;
    z-index: 100;
}

.filterbox .filtercontent .filterlist1 .tagcloud a.on span {
    margin-right: 0;
    border: none;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput {
    display: inline-block;
    vertical-align: middle;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input {
    height: 31px;
    width: 140px;
    border: 1px solid #b1b3b3;
    background: none;
    text-indent: 10px;
    font-size: 14px;
    border-radius: 2px;
    line-height: 31px;
}

.filterbox .filtercontent .filterlist3 .tagcloud .taginput input {
    width: 300px;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input:first-child {
    padding-left: 15px;
    background: url(../images/pentxt.png) 5px center no-repeat;
    float: left;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input:last-child {
    width: 60px;
    height: 33px;
    margin-left: 5px;
    background-color: #f8f8f8;
    color: #222;
    text-indent: 0px;
    cursor: pointer;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input:last-child:hover {
    background-color: #f1f1f1;
    color: #111;
    text-indent: 0px;
    cursor: pointer;
}

/*zrq add*/
.filterbox .filtercontent .filterlist1 .tagcloud .taginput input.zr-sure {
    width: 60px;
    height: 33px;
    margin-left: 5px;
    background-color: #f8f8f8;
    color: #222;
    text-indent: 0px;
    cursor: pointer;
}

.filterbox .filtercontent .filterlist1 .tagcloud .taginput input.zr-sure:hover {
    background-color: #f1f1f1;
    color: #111;
    text-indent: 0px;
    cursor: pointer;
}

/*zrq add end*/
.filterbox .filtercontent .filterlist1.filterlist3 {
    border-bottom: none;
}

.filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a {
    margin: 5px 0px 5px 0;
    border: none;
    color: #17A1FF !important;
}

.filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a.on {
    padding: 0;
    background: none;
    margin-right: 10px;
}

.filterbox .filtercontent .filterlist1 span.searchbj {
    padding: 10px 20px 8px 0;
}

.filterbox .filtercontent .filterlist2 .tagcloud .taginput input {
    width: 60px;
}

.filterbox .filtercontent .filterlist2 .tagcloud .taginput input:first-child {
    padding-left: 0;
    background: none;
}

.tagselect {
    position: relative;
    top: -2px;
    clear: both;
    width: 600px;
    margin-left: 46px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

.tagselect a {
    display: inline-block;
    padding: 8px 15px;
    margin: 10px 0;
    border-radius: 2px;
}

.tagselect a.now {
    border: 1px solid #17A1FF;
    color: #17A1FF;
}

.sortfs {
    padding: 12px;
    margin-bottom: 0 !important;
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom: none;
}

.sortfs a {
    display: inline-block;
    padding: 8px 20px;
    margin-right: 10px;
    margin-top: 7px;
    border: 1px solid #e3e3e3;
    background: #fff;
    border-radius: 2px;
    font-size: 14px;
}

.sortfs a:hover {
    color: #17A1FF;
    border: 1px solid #17A1FF;
}

.sortfs a.on {
    border: 1px solid #17A1FF;
    background: #17A1FF;
    color: #fff;
}

.sortfs a:last-child img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

/*.domain .dn-left .dn-hot, .domain .site-right .site-hot{border-top:1px solid #ddd !important;}*/
.sortfs h2 {
    height: 37px;
    line-height: 37px;
    font-weight: normal;
    font-size: 18px;
    vertical-align: middle;
}

.sortfs h2 img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.sortfs.sortfs-tj a {
    float: right;
    padding: 8px 0;
    margin-top: 3px;
    margin-right: 0;
    border: none;
    background: none;
}

.dnlist .domain .dn-left .title, .dnlist .domain .site-right .title, .jyflow .title {
    margin-top: 20px;
}

.dnlist .domain .site-right .dnhot table tr td h2 b {
    color: #17A1FF !important;
}

.sitelist .sortfs a.on {
    border: 1px solid #4bbc00;
    background: #4bbc00;
    color: #fff;
}

.sitelist .sortfs a:hover {
    color: #4bbc00;
    border: 1px solid #4bbc00;
}

.sitelist .domain .site-right .site-hot table tr td div, .sitelist .domain .dn-left .dn-hot table tr td div {
    border: 3px solid #4bbc00 !important;
}

.sitelist.dnlist .domain .site-right .dnhot table tr td h2 b {
    color: #4bbc00 !important;
}

.sitelistbox.filterbox {
    border-top: 3px solid #4bbc00;
}

.sitelistbox.filterbox .filtercontent .filterlist1.filterlist2 .tagcloud a {
    color: #307503;
}

.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a:hover, .sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a.on {
    border: 1px solid #4bbc00;
    color: #307503;
}

.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a.on:hover {
    border: 1px solid #4bbc00;
}

.sitelistbox.filterbox .filtercontent .filterlist2 .tagcloud a:hover {
    border: none;
    color: #307503;
}

.dnlistgreen .pages a:hover {
    color: #4bbc00;
    border: 1px solid #4bbc00;
    background: none;
}

.dnlistgreen .pages a.on {
    border: 1px solid #4bbc00;
    background: #4bbc00;
    color: #fff;
}

/*公众号*/
.gzhbox .filterlist1 .tagcloud a span:hover {
    border-color: #17A1FF !important;
    color: #17A1FF !important;
}

.gzhbox {
    border-top: 3px solid #17A1FF;
}

.gzhbox .filterlist1 .tagselect a.now, .gzhbox .filtercontent .filterlist1.filterlist2 .tagcloud a.on span {
    border: 1px solid #17A1FF;
    color: #17A1FF;
}

.gzhbox .filterlist1 .tagselect a:hover {
    color: #17A1FF;
}

.gzhlist .sortfs a.on {
    border: 1px solid #17A1FF;
    background: #17A1FF;
    color: #fff;
}

.gzhlist .sortfs a.on:hover {
    background: #17A1FF !important;
    color: #fff !important;
}

.gzhlist .dn-left .sortfs a:hover {
    border: 1px solid #17A1FF;
    background: #fff;
    color: #17A1FF;
}

.gzhlist .dn-left {
}

.gzhlist .domain .dn-left .dn-hot table tr td div, .gzhlist .domain .site-right .site-hot table tr td div {
    border-color: #17A1FF;
}

/*充值付款*/
.dndetail-le {
    width: 810px;
}

.dndetail-l.dndetail-le h1 span {
    background: url(../images/icon.png) no-repeat -260px -146px;
}

.dndetail-l .dnms.dnms1 {
    border: none;
}

.dndetail-l .dnms.dnms1 p {
    margin: 0;
}

.dndetail-l .dnms.dnms1 p.chongzhi1 {
    color: #444;
    margin-bottom: 30px;
}

.dndetail-l .dnms.dnms1 p.chongzhi2 {
    color: #333;
    margin-bottom: 10px;
    background: url(../images/icon.png) no-repeat -263px -235px;
    padding-left: 22px;
}

.dndetail-l .dnms.dnms1 p.chongzhi3 {
    color: #777;
}

.dndetail-l .dnms.dnms1 p.chongzhi2 span {
    color: #ff982c;
    margin-right: 5px;
}

.dndetail-l .dnms.dnms1 p.chongzhi4 {
    margin-top: 0px;
}

.dndetail-le .zhaohang {
    position: relative;
    left: 5px;
    width: 800px;
    height: 190px;
    border: 1px dashed #ececec;
    border-radius: 15px;
}

.dndetail-le .zhaohang .zhaohang_logo {
    width: 266px;
    height: 70px;
    background: url(../images/cz_yhk_add.png) no-repeat 0 0;
    margin: 60px 24px 40px 50px;
}

.dndetail-le .zhaohang .det {
    margin-top: 30px;
}

.dndetail-le .zhaohang .det .send-btn {
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #DCDCDC;
    margin-left: 10px;
    border-radius: 5px;
}

.dndetail-le .zhaohang .hk-tips {
    margin: 10px 0 5px;
    font-size: 14px;
    font-weight: lighter;
    color: #999;
}

.dndetail-le .zhaohang p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
}

.dndetail-le .zhaohang p span {
    color: #000;
}

.dndetail-le .yka_det {
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    padding: 0 25px;
}

.dndetail-le .yka_det li {
    float: left;
    padding: 5px 65px;
}

.dndetail-le .yka_det li.yhk_left {
    border-right: 1px solid #ececec;
}

.dndetail-le .yka_det li.yhk_right, .dndetail-le .yka_det li.yhk_left1 {
    border-bottom: 1px solid #ececec;
}

.dndetail-le .yka_det li .yhk_logo {
    width: 236px;
    height: 45px;
    border-bottom: 1px dashed #ececec;
}

.dndetail-le .yka_det li .yhk_logo1 {
    background: url(../images/cz_yhk.png) no-repeat 0 -92px;
}

.dndetail-le .yka_det li .yhk_logo2 {
    background: url(../images/cz_yhk.png) no-repeat 0 -205px;
}

.dndetail-le .yka_det li .yhk_logo3 {
    background: url(../images/cz_yhk.png) no-repeat 0 -145px;
}

.dndetail-le .yka_det li .yhk_logo4 {
    background: url(../images/cz_yhk.png) no-repeat 0 -257px;
}

.dndetail-le .yka_det li .yhk_logo5 {
    background: url(../images/cz_yhk.png) no-repeat 0 -310px;
}

.dndetail-le .yka_det .det1 {
    color: #555;
    line-height: 24px;
    margin-top: 18px;
}

.dndetail-le .yka_det li.yhk_left2 .yhk_logo {
    margin-top: 35px;
}

.dndetail-le .yka_det li.yhk_left1 .det1 {
    margin-bottom: 35px;
}

.dndetail-le .yka_det li.yhk_left1 .det1 p span a, .dndetail-le .yka_det .det1 p span a {
    text-decoration: underline;
}

.dndetail-le .line1px {
    margin-top: 20px;
    height: 1px;
    border-bottom: 1px solid #ececec;
}

.detail.detail_yhk {
    padding-bottom: 680px;
}

.czlc {
    margin: 20px auto;
}

.czlc img {
    width: 100%;
}

.zhaohang .dgzh {
    position: absolute;
    left: -7px;
    top: -1px;
}

.recharge-sm {
}

.recharge-sm h6 {
    margin: 20px auto 10px;
    font-weight: normal;
    font-size: 14px;
}

.recharge-sm h6 span {
    color: #f61200;
}

.recharge-sm p {
}

.recharge-sm p span {
    padding-left: 20px;
    margin-right: 15px;
    background: url(../images/icon.png) 0 -435px;
    font-size: 14px;
}

.recharge-sm p span.tel, .recharge-r1 a span.tel {
    background-position: -265px -318px;
}

.recharge-r1 {
    margin-bottom: 30px;
}

.recharge-r1 h3, .recharge-r2 h3 {
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.recharge-r1 a {
    display: block;
    margin: 10px 0px;
    padding: 10px 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recharge-r1 a:hover {
    border: 1px solid #17A1FF;
}

.recharge-r1 a span {
    padding-left: 24px;
    background: url(../images/icon.png) 0 -434px;
    font-size: 14px;
    color: #555;
}

.recharge-r2 a {
    display: block;
    margin: 10px 5px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.huikuantitle {
    height: 40px;
    margin: 15px auto 15px;
    line-height: 40px;
    font-size: 18px;
    color: #05b4ed;
    border-bottom: 1px solid #f5f5f5;
}

.huikuantitle span {
    display: inline-block;
    border-bottom: 2px solid #01ACF2;
}

.dndetail-le .zhaohang p span.bankaccount {
    background: #fff;
    padding: 0px;
    border-radius: 3px;
    font-size: 20px;
    vertical-align: middle;
}

.bankaccount b {
    color: #17A1FF;
}

/*充值备注样式2017-01-09*/
.dndetail-l .czbeizhu {
    padding-bottom: 1px;
    padding-top: 1px;
    background: #f9f9f9;
    border-bottom: none;
}

.dndetail-l .czbeizhu p {
    margin: 8px 8px 8px 25px;
    font-size: 13px;
}

.dndetail-l .czbeizhu p span {
    display: inline;
}

.cz-online {
}

.cz-online .cz-price {
    padding: 5px 0;
}

.cz-online .cz-price .prefix {
    display: inline-block;
    width: 100px;
    color: #999;
}

.cz-online .cz-price .czje {
    border: 1px solid #ccc;
    padding: 12px;
    font-size: 13px;
}

.cz-online .cz-mode {
    position: relative;
    top: -25px;
    margin: auto auto auto 103px;
}

.cz-online .cz-mode li {
    position: relative;
    display: inline-block;
    width: 140px;
    height: 40px;
    margin: auto 15px 15px auto;
    border: 1px solid #ccc;
    background-image: url(../images/cz_yhk.png);
    background-repeat: no-repeat;
    cursor: pointer;
}

.cz-online .cz-mode li.on {
    border: 1px solid #70aa01;
}

.cz-online .cz-mode li.on span {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    width: 17px;
    height: 15px;
    background: url(../images/icon.png) 0 -580px no-repeat;
}

.cz-online .cz-mode li.alipay {
    background-position: 32px -361px;
}

.cz-online .cz-mode li.unionpay {
    background-position: 9px -410px
}

.cz-online .cz-mode li.unionpay1 {
    background-position: 9px -460px
}

.cz-btn {
    position: relative;
    top: -30px;
}

/*充在线值样式-2016-12-13*/
.recharge-cz {
}

.recharge-cz .price1 p {
    display: inline-block;
    color: #999;
    font-size: 13px;
}

.recharge-cz .price2 {
    margin-bottom: 10px;
    line-height: 50px;
    font-size: 36px;
    color: #ff4d00;
}

.recharge-cz .jinjieinput {
    line-height: 40px;
}

.recharge-cz .jinjieinput span {
    color: #999;
    font-size: 13px;
}

.recharge-cz .jinjieinput input {
    min-width: 300px;
    max-width: 350px;
    padding: 0 10px;
    margin-left: 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.recharge-cz .payforbtn a {
    font-size: 20px;
}

.recharge-cz .tra8 input {
    width: auto;
    padding: 0 50px;
}

/*平台手续费表格样式*/
.sxf-title {
    margin: 20px auto;
    text-align: center;
}

.sxf-table {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #aaa;
}

.sxf-table tr {
    padding: 10px;
}

.sxf-table tr th {
    width: 30%;
}

.sxf-table tr td.w200 {
    width: 200px;
}

.sxf-table tr td, .sxf-table tr th {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.ty-table {
    padding: 15px 25px;
}

.ty-table th {
    color: #444;
}

.ddxq-box {
    padding: 40px 80px;
}

.lb-title {
    min-width: 600px;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    color: #8a8a8a;
    font-weight: 500;
}

.lb-title i {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background: url(../images/icon.png) no-repeat 0 -561px;
    vertical-align: middle;
}

.fkfs {
    display: inline-block;
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*公司活动*/
.artical-lb {
}

.artical-list {
    margin-left: -20px;
}

.artical-list li {
    float: left;
    margin-right: 20px;
    padding: 10px;
}

.artical-list li a {
    width: 180px;
    display: block;
    text-align: center;
    line-height: 40px;
}

.artical-list li a img {
    width: 180px;
    height: 140px;
}

.artical-list li a span {
    display: block;
    height: 40px;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*表单*/
.xz-form {
    display: block;
    padding: 0;
}

.xz-form .form-group {
    margin-bottom: 15px;
    padding-right: 26px;
}

.xz-form .form-group label {
    width: 100%;
    line-height: 30px;
    margin: 5px auto;
    display: inline-block;
}

.xz-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.xz-form textarea.form-control {
    height: auto;
    border: 1px solid #eee;
}

/*附件留言*/
.att {
    padding: 40px 20px;
}

.att .att-title {
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

.att .att-title .att-comment {
    color: #999;
}

.att-posts {
    line-height: 2em;
    color: #555;
}

.att-posts .att-post {
    margin: 1em 0;
    border: 1px solid #e6e6e6;
}

.att-posts .att-post.att-post-admin {
    text-align: right;
}

.att-posts .att-post-author {
    background: #f8f9fa;
    padding: 5px 10px;
}

.att-posts .att-post.att-post-buyer .att-post-author {
    background: #dae7d9;
}

.att-posts .att-post.att-post-seller .att-post-author {
    background: #e6f5fa;
}

.att-posts .att-post.att-post-broker .att-post-author {
    background: #faf4ee;
}

.att-posts .att-post.att-post-admin .att-post-author {
    color: red;
}

.att-posts .att-post-content {
    padding: 1em 2em;
}

.att-posts .att-post-content .att-file {
    height: 32px;
    line-height: 32px;
}

.att-posts .att-post-content .att-file img {
    vertical-align: top;
}

.messagebg {
}

dl.messagebg {
}

.messagebg dt {
    text-indent: 10px;
    font-weight: bold;
    background: #f6f6f6;
}

.messagebg dt span {
    margin: auto 5px;
}

.messagebg dd {
    text-indent: 10px;
}

/*工具列表*/
.toolcontent {
    width: 1080px;
    margin: auto;
}

.toolist {
    padding-top: 10px;
    margin: auto;
    border-top: solid 1px #f3f3f3;
}

.toolist h3 {
    margin: 15px auto;
    padding-left: 10px;
    border-left: 6px solid #17A1FF;
    font-size: 18px;
    font-weight: 500;
}

.toolist ul {
    padding-bottom: 7px;
    width: 1100px;
    overflow: hidden
}

.toolist ul:after {
    clear: both;
    content: ',';
    display: block;
    height: 0;
    visibility: hidden
}

.toolist li {
    display: inline;
    float: left;
    margin: 10px 14px 10px 0;
    padding: 10px 0;
    width: 350px;
    height: 64px;
    border: 1px solid #eee;
}

.toolist li:hover {
    background-position: left bottom;
}

.toolist li a {
    display: block;
    padding: 8px 8px 0 86px;
    height: 56px;
    background: url(../images/ico_tools.png) no-repeat;
}

.toolist li b {
    display: block;
    line-height: 26px;
    font-weight: 100;
    color: #17A1FF;
}

.toolist li a:hover b {
    color: #17A1FF;
}

.toolist li span {
    display: block;
    height: 16px;
    line-height: 16px;
    font-size: 87.5%;
    overflow: hidden;
    color: #999
}

.toolist .a00 {
    background-position: 16px -1864px
}

.toolist .a01 {
    background-position: 16px -18px
}

.toolist .a02 {
    background-position: 16px -82px
}

.toolist .a03 {
    background-position: 16px -146px
}

.toolist .a04 {
    background-position: 16px -210px
}

.toolist .a05 {
    background-position: 16px -274px
}

.toolist .a06 {
    background-position: 16px -338px
}

.toolist .a07 {
    background-position: 16px -402px
}

.toolist .a08 {
    background-position: 16px -466px
}

.toolist .a09 {
    background-position: 16px -1810px
}

.toolist .a11 {
    background-position: 16px -530px
}

.toolist .a12 {
    background-position: 16px -594px
}

.toolist .a13 {
    background-position: 16px -658px
}

.toolist .a14 {
    background-position: 16px -722px
}

.toolist .a15 {
    background-position: 16px -786px
}

.toolist .a16 {
    background-position: 16px -850px
}

.toolist .a21 {
    background-position: 16px -914px
}

.toolist .a22 {
    background-position: 16px -978px
}

.toolist .a23 {
    background-position: 16px -1042px
}

.toolist .a24 {
    background-position: 16px -1106px
}

.toolist .a25 {
    background-position: 16px -1170px
}

.toolist .a31 {
    background-position: 16px -1234px
}

.toolist .a32 {
    background-position: 16px -1298px
}

.toolist .a33 {
    background-position: 16px -1362px
}

.toolist .a34 {
    background-position: 16px -1426px
}

.toolist .a35 {
    background-position: 16px -1490px
}

.toolist .a36 {
    background-position: 16px -1554px
}

.toolist .a41 {
    background-position: 16px -1618px
}

.toolist .a42 {
    background-position: 16px -1692px
}

.toolist .a43 {
    background-position: 16px -1746px
}

.tools-anchor {
    position: relative;
    top: -80px;
    display: block;
}

.toolist .beiQiang {
    background-position: 16px -1923px
}

.toolist .jianCe {
    background-position: 16px -1986px
}

.toolist .beiAn {
    background-position: 16px -2049px
}

.toolist .b00 {
    background: url("../images/toolsPc_one.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b01 {
    background: url("../images/toolsPc_two.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b02 {
    background: url("../images/toolsPc_three.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b03 {
    background: url("../images/toolsPc_four.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b04 {
    background: url("../images/toolsPc_five.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b05 {
    background: url("../images/toolsPc_six.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b06 {
    background: url("../images/toolsPc_seven.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b07 {
    background: url("../images/toolsPc_eight.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b08 {
    background: url("../images/toolsPc_nine.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b09 {
    background: url("../images/toolsPc_ten.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b10 {
    background: url("../images/toolsPc_elev.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b11 {
    background: url("../images/toolsPc_twe.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b12 {
    background: url("../images/toolsPc_oneo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b13 {
    background: url("../images/toolsPc_twoo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b14 {
    background: url("../images/toolsPc_threeo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b15 {
    background: url("../images/toolsPc_fouro.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b16 {
    background: url("../images/toolsPc_fiveo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b17 {
    background: url("../images/toolsPc_sixo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b18 {
    background: url("../images/toolsPc_seveno.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b19 {
    background: url("../images/toolsPc_eighto.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b20 {
    background: url("../images/toolsPc_nineo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b21 {
    background: url("../images/toolsPc_teno.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b22 {
    background: url("../images/toolsPc_elevo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b23 {
    background: url("../images/toolsPc_tweo.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b24 {
    background: url("../images/toolsPc_onet.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b25 {
    background: url("../images/toolsPc_twot.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b26 {
    background: url("../images/toolsPc_threet.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b27 {
    background: url("../images/toolsPc_fourt.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b28 {
    background: url("../images/toolsPc_fivet.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b29 {
    background: url("../images/toolsPc_sixt.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b30 {
    background: url("../images/toolsPc_sevent.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b31 {
    background: url("../images/toolsPc_eightt.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b32 {
    background: url("../images/toolsPc_ninet.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b33 {
    background: url("../images/toolsPc_tent.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b34 {
    background: url("../images/toolsPc_elevt.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b35 {
    background: url("../images/toolsPc_twet.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b36 {
    background: url("../images/toolsPc_onef.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b37 {
    background: url("../images/toolsPc_twof.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b38 {
    background: url("../images/toolsPc_threef.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b39 {
    background: url("../images/toolsPc_fiourf.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b40 {
    background: url("../images/toolsPc_fivef.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

.toolist .b41 {
    background: url("../images/toolsPc_sixf.jpg") no-repeat 22px 10px;
    background-size: 58px 37px;
}

/*排行榜*/
.bang-top-menu {
    border: 1px solid #e3e3e3;
    border-top: none;
    width: 1140px;
    margin: 10px auto 30px;
}

.bang-top-menu .switch-menu {
    height: 46px;
    background: #f5f5f5;
}

.bang-top-menu .top-left {
    font-size: 16px;
    color: #555;
    float: left;
}

.bang-top-menu .top-left div.left {
    display: inline-block;
    width: 110px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.bang-top-menu .top-left .selected {
    border-top: 3px solid #17A1FF;
    color: #000;
    background: #fff;
    height: 43px !important;
}

.top-left span.left-border {
    display: inline-block;
    background: #e3e3e3;
    width: 1px;
    height: 31px;
    vertical-align: middle;
    margin: -6px 0 0;
}

.border-none {
    background: #f5f5f5 !important;
}

.wx-type-list {
    margin: 17px 0;
}

.wx-type-list .wx-right-type {
}

.wx-right-type a {
    display: inline-block;
    padding: 8px 15px;
    color: #555;
    font-size: 14px;
    margin-left: 21px;
    margin-bottom: 8px;
}

.wx-right-month-all a.wx-month-all, .wx-right-type a {
    height: 21px;
	line-height: 21px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.cur_m {
    background: #17A1FF;
    color: #fff !important;
    border-radius: 20px;
}

.rank-main {
    width: 1140px;
    margin: auto auto 60px;
    border: 1px solid #e3e3e3;
}
.pages span {
    border: 1px solid #17A1FF;
    background: #17A1FF;
    color: #fff;
}
.current{
    display: inline-block;
    padding: 10px 20px;
    color: #666;
    border-radius: 2px;
    border: 1px solid #d8dadf;
    margin-right: 20px;
}
.l_date {
    width: 1080px;
    margin: auto;
    height: 58px;
    background-color: #fff;
    line-height: 58px;
    border-bottom: 1px solid #e4e4e4;
    z-index: 100;
}

.ldate_con {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
}

.rili {
    float: left;
    position: relative;
}

.l_date .l_date_sample {
    float: left;
    color: #9e9e9e;
    margin-left: 5px;
}

.l_date .l_date_sample i {
    font-style: normal;
}

.data_sm {
    float: right;
    font-size: 15px;
    margin-right: 30px;
}

.data_sm a {
    padding: 5px 10px;
    font-size: 14px;
    color: #444;
}

.data_sm span {
    color: #ccc;
    margin: auto 5px;
}

.data_sm a:visited {
    color: #999;
}

.l_main table th {
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    position: relative;
    vertical-align: middle;
	text-align:center
}

.l_container {
    width: 1140px;
    margin: auto;
    overflow: hidden;
}

.l_main tr.even td {
    background-color: #f2f5f6;
}

.l_main table td {
    height: 60px;
    font-size: 14px;
    color: #595959;
}

.l_main td span.r_bg {
    display: inline-block;
    width: 22px;
    height: 22px;
    font-size: 16px;
    color: #555;
}

.l_main td span.best {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: url(../images/icon.png) 0 -616px no-repeat;
    font-size: 14px;
    color: #fc8c25;
    line-height: 47px;
}

.account b, .account h4, .l_main table td, .l_more a, .l_top, .s_header p, ul.d_list li {
    text-align: center;
}

.date_current {
    padding: 0 15px;
    color: #17A1FF;
    font-size: 22px;
    font-weight: bold;
}

/*排行详情页*/
.rank-info-head {
    width: 1080px;
    margin: auto;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.rank-info-head .info-head-l {
    float: left;
    width: 600px;
    padding-right: 30px;
    border-right: 1px solid #e3e3e3;
}

.rank-info-head .info-head-l h1, .rank-info-head .info-head-m h1, .rank-info-head .info-head-r h1 {
    margin: 5px auto 15px;
    font-size: 30px;
    color: #222;
    font-weight: 500;
}

.rank-info-head .info-head-l h1 {
    margin: 5px auto 0;
}

.rank-info-head .info-head-l p {
    line-height: 20px;
    color: #8a8a8a;
    font-weight: lighter;
}

.rank-info-head .info-head-l p.sitead {
    color: #8a8a8a;
    font-weight: lighter;
    margin-bottom: 10px;
}

.rank-info-head .info-head-l .info-head-l-b {
    margin: 20px auto;
}

.rank-info-head .info-head-l .info-head-l-b .share {
    float: left;
}

.rank-info-head .info-head-l .info-head-l-b .share li {
    display: inline-block;
}

.rank-info-head .info-head-l .info-head-l-b .share li a {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #333;
    border-radius: 2px;
}

.rank-info-head .info-head-l .info-head-l-b .time {
    float: right;
}

.rank-info-head .info-head-l .info-head-l-b .share li.weixin a {
    border-color: #04ad00;
    color: #04ad00;
}

.rank-info-head .info-head-l .info-head-l-b .share li:hover.weixin a {
    background: #04ad00;
    color: #fff;
}

.rank-info-head .info-head-l .info-head-l-b .share li.weibo a {
    border-color: #17A1FF;
    color: #17A1FF;
}

.rank-info-head .info-head-l .info-head-l-b .share li:hover.weibo a {
    background: #17A1FF;
    color: #fff;
}

.rank-info-head .info-head-l .info-head-l-b .share li.gongzhonghao a {
    border-color: #17A1FF;
    color: #17A1FF;
}

.rank-info-head .info-head-l .info-head-l-b .share li:hover.gongzhonghao a {
    background: #17A1FF;
    color: #fff;
}

.rank-info-head .info-head-l .info-head-l-b .time {
    float: right;
}

.rank-info-head .info-head-m {
    float: left;
    width: 200px;
    padding: 0 20px;
    border-right: 1px solid #e3e3e3;
}

.rank-info-head .info-head-m h1, .rank-info-head .info-head-r h1 {
    font-size: 20px;
}

.rank-info-head .info-head-m p {
    color: #17A1FF;
    font-size: 24px;
    font-weight: lighter;
}

.rank-info-head .info-head-m .star {
    width: 90px;
    height: 17px;
    margin: 34px auto 35px 0;
    background: url(../images/star.png) repeat-x left bottom;
}

.rank-info-head .info-head-m .star-w {
    width: 60%;
    height: 17px;
    background: url(../images/star.png) repeat-x left top;
}

.rank-info-head .info-head-r {
    float: right;
    width: 160px;
    padding: 0 20px;
}

.rank-info-head .info-head-r p {
    font-size: 24px;
    font-weight: lighter;
    color: #666;
}

.rank-info-main {
    width: 1080px;
    margin: auto;
}

.rank-info-main .info-main-l {
    float: left;
    width: 750px;
}

.rank-info-main .info-main-l .info-main-ltop {
    margin-top: 50px;
}

.rank-info-main .info-main-l .info-main-ltop p {
    width: 230px;
    display: inline-block;
    line-height: 46px;
    border-right: 1px solid #e3e3e3;
    color: #888;
    font-size: 15px;
    text-align: center;
    font-weight: lighter;
}

.rank-info-main .info-main-l .info-main-ltop p:last-child {
    border-right: none;
}

.rank-info-main .info-main-l .info-main-ltop p b {
    font-size: 46px;
    color: #17A1FF;
}

.rank-info-main .info-main-l .info-main-ltop p i {
    display: inline-block;
    width: 12px;
    height: 30px;
    margin-left: 5px;
    background: url(../images/shangsheng.png) no-repeat center;
}

.info-main-lmiddle {
    margin: 40px auto 0 0;
    border: 1px solid #e3e3e3;
    border-top: none;
}

.info-main-lmiddle .rank-top-tab {
    height: 50px;
    background: #f5f5f5;
}

.info-main-lmiddle .rank-top-tab li {
    display: inline-block;
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
}

.info-main-lmiddle .rank-top-tab li.on {
    background: #fff;
    border-top: 3px solid #17A1FF;
}

.info-main-lmiddle .tabcontent {
    height: 415px;
    padding: 15px;
}

.info-main-lmiddle .tabcontent img {
    width: 100%;
}

.rank-info-main .info-main-r {
    float: right;
    width: 270px;
    padding: 20px 15px 0;
    margin-top: 25px;
    background: #f7f7f7;
}

.rank-info-main .info-main-r .site-beian {
    float: right;
    width: 270px;
}

.rank-info-main .info-main-r .site-beian li {
    margin-bottom: 35px;
}

.rank-info-main .info-main-r .site-beian li p {
    width: 270px;
    line-height: 26px;
    color: #777;
    font-weight: lighter;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rank-info-main .info-main-r .site-beian li p.fbold {
    margin: 6px 0 10px;
    font-size: 22px;
    color: #17A1FF;
}

.rank-info-main .info-main-r .site-beian li p.fbold b {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 27px;
    margin-right: 5px;
    background: url(../images/icon.png) no-repeat;
}

.rank-info-main .info-main-r .site-beian li:nth-child(1) p.fbold b {
    background-position: -46px -628px;
}

.rank-info-main .info-main-r .site-beian li:nth-child(2) p.fbold b {
    background-position: -73px -628px;
}

.rank-info-main .info-main-r .site-beian li:nth-child(3) p.fbold b {
    background-position: -98px -628px;
}

.rank-shuju {
    width: 1080px;
    margin: 30px auto;
}

.TMainhead {
    height: 32px;
    margin: 15px auto;
}

.TMainhead h3 {
    display: inline-block;
    float: left;
    font-size: 16px;
    background-color: #4f9cee;
    padding: 0px 11px;
    line-height: 32px;
    height: 32px;
    color: #fff;
}

.TMainhead .TMainhead-more {
    display: inline-block;
    height: 24px;
    width: 84px;
    border: 1px solid #dddddd;
    border-radius: 15px;
    text-align: center;
    line-height: 24px;
    color: #999999;
}

.TPageCent-TMain02 .TMain02Wrap {
    overflow: hidden;
}

.TPageCent-TMain02 {
    width: 1078px;
    border: 1px solid #e7e7eb;
}

.TPageCent-TMain02 .even {
    background-color: #f9f9f9;
    font-size: 14px;
    color: #999999;
}

.TPageCent-TMain02 tr th, .TPageCent-TMain02 tr td {
    height: 40px;
    border-right: 1px solid #e7e7eb;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.TPageCent-TMain02 tr th {
    color: #999;
    font-weight: 500;
}

.TPageCent-TMain02 tr th:last-child, .TPageCent-TMain02 tr td:last-child {
    border-right: none;
}

/*付款方式*/
.fenNumber {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FF8400;
}

.fenNumber input {
    display: inline-block;
    height: 36px !important;
    line-height: 36px !important;
    margin-right: 5px;
    font-size: 12px !important;
    color: #333;
    border: 1px solid #DDD;
}

.fenNumber .one-box {
    width: 70px;
    text-align: center;
}

.fenNumber .two-box {
    width: 169px;
    text-indent: 1em;
}

.fenNumber .three-box {
    display: inline-block;
    width: 154px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    font-size: 12px !important;
    color: #333;
    border: 1px solid #DDD;
    text-indent: 1em;
}

.fenNumber .three-box i, .fenNumber .four-box i {
    color: #AAA;
}

.fenNumber .four-box i {
    margin-right: 5px;
}

.fenNumber .three-box img {
    vertical-align: -5px;
    margin-left: 5px;
    cursor: pointer;
}

.fenNumber .three-box input {
    width: 78px;
    margin-right: 0;
    border: none;
}

.fenNumber .four-box {
    display: inline-block;
    width: 92px;
    height: 36px;
    line-height: 36px;
    margin-right: 5px;
    font-size: 12px !important;
    color: #333;
    border: 1px solid #DDD;
    text-indent: 1em;
}

.fenNumber .four-box input {
    width: 66px;
    margin-right: 0;
    border: none;
    text-indent: 0;
}

.fenNumber input:first-child {
    margin-left: 0;
}

.fenNumber p {
    display: inline-block;
    float: none !important;
    color: #FF8400;
    font-size: 13px;
    margin-left: 0;
}

.hide {
    display: none;
}

.fenList label.on, .fenList:checked + label {
    background: #FFF !important;
    border: 1px solid #92C8E9 !important;
    color: #92C8E9 !important;
}

.fenList label {
    width: 75px !important;
}

.add-tit {
    background: #F8F9FA;
}

.add-tit td {
    text-align: left !important;
    text-indent: 19px;
    height: 36px !important;
    padding: 0 10px !important;
    color: #92C8E9 !important;
}

.junJia {
    display: inline-block;
    font-size: 13px;
    margin-left: 10px;
    color: #AAA;
}

.fenQi-tip {
    display: inline-block;
    font-size: 13px;
    margin: 0 0 0 10px;
    color: #AAA;
}

.fenQi-tip:hover {
    color: #FF8400;
}

.junJia i {
    color: #FF8400;
    font-style: normal;
}

.fenWrap {
    margin-bottom: 0;
}

.add-cont td {
    background: #FCFCFF;
}

.fenList {
    margin-left: 145px !important;
}

/*新改版我的账户*/
.com-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.ve-m {
    vertical-align: middle;
}

.ov-hid {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.c-gary {
    color: #AAA;
}

.c-blue {
    color: #007BB7;
}

.c-yellow {
    color: #FF8400;
}

i {
    font-style: normal;
}

.hide {
    display: none;
}

.myaccount-wrap {
    width: 100%;
    height: auto;
    background: #F8F8F8;
    overflow: hidden;
}

.myaccount-box {
    width: 1080px;
    height: auto;
    margin: 20px auto 40px;
    overflow: hidden;
}

.fqzj-myaccount-box {
    width: 1080px;
    height: auto;
    margin: 0px auto 40px;
}

.all-warp {
    height: auto;
    padding: 20px 25px;
    background: #FFF;
    overflow: hidden;
}

.left-cont {
    float: left;
}

.leftCont-box {
    overflow: hidden;
}

.leftCont-box p {
    float: left;
    line-height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #00ABF2;
}

.main-leftCont-box p {
    line-height: 60px;
}

.leftCont-box p img {
    vertical-align: -2.5px;
    margin-left: 5px;
}

.leftCont-box .memeber {
    position: relative;
    float: left;
    width: 95px;
    height: 33px;
    line-height: 33px;
    margin: 1px 20px 0 15px;
    font-size: 11px !important;
    color: #FFF;
}

.main-leftCont-box .memeber {
    position: relative;
    float: left;
    width: 95px;
    height: 33px;
    line-height: 33px;
    margin: 13px 20px 0 15px;
    font-size: 11px !important;
    color: #FFF;
}

.leftCont-box .memeber span {
    display: block;
    position: absolute;
    top: 0;
    left: 37px;
}

.leftCont-box .time {
    float: left;
    height: 34px;
    line-height: 32px;
    font-size: 12px;
    color: #AAA;
}

.main-leftCont-box .time {
    padding-top: 12px;
}

.leftCont-box .time img {
    vertical-align: -5px;
}

.leftCont-box .time span {
    vertical-align: middle;
}

.leftCont-box .time span {
    font-weight: 300;
}

.left-cont ul {
    margin-top: 20px;
}

.left-cont ul::after {
    content: '';
    clear: both;
    height: 0;
    display: block;
}

.left-cont ul li {
    float: left;
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    color: #333;
    font-weight: 300;
}

.left-cont ul li .li-line {
    width: 1px;
    height: 20px;
    background: #F8F7F7;
    margin: 5px 15px 0;
}

.left-cont ul li img {
    margin-right: 5px;
    vertical-align: middle;
}

.right-cont {
    float: right;
    overflow: hidden;
    width: 260px;
    height: 87px;
}

.right-cont a {
    display: block;
    width: 118px;
    padding: 12px 0;
    margin-top: 18px;
    font-size: 14px;
    color: #00ABF2;
    text-align: center;
    border: 1px solid rgba(0, 171, 242, .3);
    border-radius: 50px;
}

.right-cont a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background: url("../images/log_16.png") no-repeat;
    vertical-align: -2px;
}

.right-cont a:hover {
    background: #00ABF2;
    color: #FFF;
}

.right-cont a:hover i {
    background: url("../images/log_20.png") no-repeat;
}

.mtb {
    margin: 20px 0;
}

.balanceList-left {
    float: left;
}

.number-money li {
    float: left;
    width: 32.33%;
    height: auto;
    margin-right: 1%;
    font-size: 12px;
    color: #555;
}

.number-money li p {
    font-weight: 300;
}

.number-money li span {
    display: block;
    margin-top: 20px;
    font-size: 15px;
    color: #333;
}

.number-money li span i {
    font-size: 20px;
    font-style: normal;
}

.deal-money a {
    float: left;
    display: block;
    width: 144px;
    height: 50px;
    line-height: 50px;
    margin: 20px 5px 0 0;
    font-size: 13px;
    color: #555;
    background: #F7F7F7;
    border-radius: 5px;
    text-align: center;
}

.deal-money a:hover {
    color: #FFF;
    background: #FF9900;
}

.deal-money a img {
    margin-right: 5px;
    vertical-align: middle;
}

.tip-word {
    font-size: 12px;
    color: #F87500;
    margin: 20px 0 22px;
}

.tip-word img {
    vertical-align: -4px;
}

.line {
    width: 1px;
    height: 270px;
    background: #F0F0F0;
    float: left;
    margin: 0 20px 0 10px;
}

.balanceList-right {
    float: right;
    width: 37%;
    overflow: hidden;
}

.cash {
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.cash span {
    display: block;
    float: left;
    font-size: 14px;
    color: #555;
    font-weight: 300;
}

.cash a {
    display: block;
    float: right;
    font-size: 14px;
    color: #999;
}

.cash a:hover {
    color: #007BB7;
}

.bank-tit {
    float: left;
    display: block;
    width: 155px;
    height: 26px;
    line-height: 26px;
    margin: 0 20px 0 0;
    font-size: 12px;
}

.bank-tit img {
    vertical-align: -6.5px;
}

.bank-tit span {
    color: #333;
    margin: 0 5px;
    vertical-align: middle;
    font-weight: 300;
}

.bank-tit a {
    color: #00ABF2;
    vertical-align: middle;
}

.bank-card {
    display: block;
    float: left;
    width: 97%;
    height: 50px;
    line-height: 50px;
    margin-top: 6px;
    padding: 0 5px;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    overflow: hidden;
}

.bank-card img, .bank-card span {
    display: block;
    float: left;
    margin-right: 10px;
}

.bank-card img {
    width: 25px;
    margin-top: 13px;
    margin-right: 5px
}

.bank-card span {
    font-size: 12px;
    color: #333;
}

.card-classfiy {
    display: block;
    float: right;
    width: 54px;
    height: 18px;
    line-height: 17px;
    margin-top: 16px;
    margin-right: 15px;
    font-size: 11px;
    color: #FFF;
    font-weight: 300;
    text-align: center;
    text-indent: 5px;
    background: url("../images/log_13.png");
}

.card-add {
    display: block;
    float: right;
    width: 117px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #333;
    text-align: right;
    border-radius: 5px;
    font-weight: 300;
}

.card-add:hover {
    color: #007BB7;
}

.card-add img {
    vertical-align: middle;
    margin-right: 5px;
}

.card-add i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url("../images/log_14.png") no-repeat;
    vertical-align: -7px;
}

.card-add:hover i {
    background: url("../images/log_19.png") no-repeat;
}

.car-name {
    max-width: 84px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.transList p {
    float: left;
    width: 85px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #999;
}

.transList ul {
    float: left;
    overflow: hidden;
}

.transList ul li {
    float: left;
    width: 100px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: #333;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.transList ul li.on {
    color: #FFF;
    background: #00ABF2;
}

.transList ul li.on a {
    color: #FFF;
    background: #00ABF2;
}

.search-wrap input {
    float: left;
    width: 164px;
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #AAA;
    text-indent: 10px;
    border: 1px solid #00ABF2;
    border-radius: 5px 0 0 5px;
}

.search-wrap a {
    display: block;
    float: left;
    width: 63px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    border-radius: 0 5px 5px 0;
    background: #00ABF2;
}

.load-more {
    width: 400px;
    height: 42px;
    line-height: 42px;
    margin: 30px auto;
    font-size: 14px;
    color: #222;
    text-align: center;
    border-radius: 50px;
    background: #F4F8F9;
    cursor: pointer;
}

.trans-warp {
    height: auto;
    padding: 20px 0;
    background: #FFF;
    overflow: hidden;
}

.transList {
    padding: 0 25px;
}

.trans-cont {
    width: 100%;
    height: auto;
    background: #FCFCFF;
    margin-top: -5px;
}

.trans-cont ul {
    padding: 20px 25px;
    margin-top: 25px;
    overflow: hidden;
}

.trans-cont ul li {
    float: left;
    width: 12%;
    font-size: 13px;
    color: #222;
    text-align: center;
}

.jiaoYi ul li, .yiao-table .trans-table li {
    width: 11%;
}

.trans-table {
    padding: 0 25px;
    overflow: hidden;
}

.trans-table li {
    float: left;
    width: 12%;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
    color: #555;
    text-align: center;
    border-bottom: 1px solid #F6F6F6;
}

.trans-table li.c-blue, .trans-table li.c-blue a {
    color: #007BB7;
}

.trans-table li.c-blue a {
    margin-right: 3px;
}

.ts-li li {
    width: 96%;
    height: 36px;
    line-height: 36px;
    background: #F9F9F9;
    color: #92C8E9;
    text-align: left;
    text-indent: 42px;
}

.yiao-table .ts-li li {
    width: 99%;
}

.jy-ts .trans-table li {
    background: #FCFCFF;
}

.cz-qh {
    padding: 10px 25px 0;
}

.cz-qh li {
    float: left;
    width: 56px;
    height: 40px;
    line-height: 40px;
    margin-right: 49px;
    font-size: 13px;
    color: #333;
    cursor: pointer;
}

.cz-qh .on {
    color: #00ABF2;
    border-bottom: 2px solid #00ABF2;
}

@media (max-width: 1366px) {
    .left-cont ul li .li-line {
        margin: 5px 10px 0;
    }

    .fenList {
        margin-left: 120px !important;
    }

    #fbwt2-img-container {
        margin-left: 125px !important;
    }

    .fbwt-point {

        padding: 10px 123px 20px 123px !important;
    }

    .smrz-contain42-title, .smrz-waring, .smrz-contain42-btn, .smrz-contain42-btn1, .fqwt-contain42-btn1, .fbwt-xieyi {
        margin-left: 120px !important;
    }

    .smrz-contain42-name {
        width: 120px !important;
        padding-right: 0 !important;
    }

    .transaction-title {
        width: 960px !important;
    }

    .transaction-choose {
        width: 960px !important;
    }

    .transaction-choose2 {
        width: 960px !important;
    }

    .transaction-choose-ul li {
        padding: 0 4.5% !important;
    }

    .transaction-choose2-1 {
        width: 40% !important;
    }

    .fqzj2-line, .fqzj2-line2 {

        margin: 0 10px !important;
    }

    .fqzj-tra5 {
        border: none;
        padding: 0px;
        margin-left: 120px !important;
    }

    .fqzj-contain31 {
        padding: 5% 29% 0 !important;
    }

    .container1 {
        width: 80% !important;
    }

    .fbwt2-rili {
        position: absolute;
        right: 170px !important;
        top: 10px;
    }

    .fbwt2-rili2 {
        position: absolute;
        right: 285px !important;
        top: 10px;
    }

    .main-contain {
        width: 62% !important;
    }

    .aside-right {
        width: 22% !important;
    }

    .aside-right-text2 {
        font-size: 12px !important;
    }

    .img-add-icon1 {
        margin-left: 38px !important;
    }

    #img-container {
        margin-left: 100px !important;
    }

    .trade-title-pic {
        margin-left: 100px !important;
    }

    #upload {
        margin-left: 100px !important;
    }

    .zhaoPian {
        margin: 10px 0 0 100px !important;
    }

    .banner, .wrap, .header, .serOut, .liucheng, .footer, .link, .headerTrade, .l_container, .bang-top-menu, .rank-main, .l_date, .ldate_con, .rank-info-head, .rank-info-main, .rank-shuju, .TPageCent-TMain02, .top-navcontent {
        width: 960px;
    }

    .mainTra {
        width: 958px;
    }

    .select {
        width: 710px;
    }

    .tra3 p {
        width: 470px;
    }

    .tra3 p span {
        width: 210px;
    }

    .tra4 textarea {
        width: 64%;
    }

    .tra5 .shouru {
        width: 220px;
    }

    .tra span {
        width: 100px;
    }

    .weiTuo .tra span {
        width: 125px !important;
    }

    .tra5 .price {
        padding-top: 25px;
    }

    .tra4, .tra5, .tra7, .tra8 {
        margin-left: 120px;
    }

    .tra5 .shouru span.money {
        font-size: 30px;
    }

    .navTrade {
        margin-left: 80px;
    }

    .navTrade a {
        font-size: 14px;
    }

    .deal-list td.action ul {
        left: 25px;
    }

    /*mydeal*/
    .dealdetail-l {
        width: 650px;
        padding: 40px 20px;
    }

    .object-list table {
        width: 100%;
    }

    .dealdetail-r {
        width: 190px;
        margin-right: 15px;
    }

    .liucheng {
        background: url(../images/liucheng900.jpg) no-repeat top center;
    }

    .footerSer ul li {
        margin-right: 53px;
    }

    /*account*/
    .acc1 .name, .acc2 .jine, .acc3 .caozuo, .acc4 .yhk {
        width: 520px;
    }

    /*help*/
    .helpLeft .detailOut ul li {
        width: 226px;
    }

    .helpLeft .detailOut .det {
        width: 230px;
    }

    .helpLeft {
        width: 220px;
        margin: 30px 40px 80px 15px;
    }

    .helpRight {
        width: 650px;
        margin: 30px 10px 120px 0;
    }

    .deal-content .deal-nav.deal-nav1 li {
    }

    /*setting*/
    .deal-content .deal-nav li {
        width: 299px;
    }

    .deal-content .deal-nav li.on {
        width: 298px;
    }

    /*tixianlist*/
    .deal-content .tixian-nav li {
        width: 449px;
    }

    .deal-content .tixian-nav li.on {
        width: 438px;
    }

    /*artical*/
    .cream {
        width: 960px;
    }

    .adcontent {
        width: 820px;
    }

    /*withdrawls*/
    .withdrawals {
        padding: 50px;
    }

    .navigationOut, .loginOut1 {
        width: 900px;
        padding: 20px 0px;
    }

    /*contact*/
    .jjr_list .jjr_list_z {
        width: 264px;
        margin-bottom: 20px;
    }

    .jjr_list .jjr_list_z .jjr_intro {
        width: 160px;
    }

    .jjr_list .jjr_intro .title {
        font-size: 18px;
    }

    .jjr_list .jjr_intro .intro {
        font-size: 12px;
    }

    .w_pic_list dl dd {
        width: 580px;
    }

    .dndetail-l {
        float: left;
        width: 625px;
        padding: 15px;
    }

    .dndetail-l .dnms p span {
        max-width: 80%;
    }

    .knockdown {
        margin: 15px auto 15px 45px;
    }

    .knockdown table {
        width: 250px;
    }

    .jyflow .processimg {
        background: url(../images/liucheng4.png) no-repeat center;
    }

    .filterbox .filtercontent .filterlist1 .tagcloud {
        width: 860px;
    }

    .filterbox.addClass .filtercontent .filterlist1 .tagcloud {
        width: 860px !important;
    }

    /*申请充值*/
    .dndetail-le {
        width: 686px;
    }

    .dndetail-le .zhaohang {
        width: 705px;
    }

    .dndetail-le .zhaohang .zhaohang_logo {
        margin: 60px 0 40px 20px;
    }

    .dndetail-le .yka_det li {
        padding: 5px 40px;
    }

    .dndetail-le .yka_det .det1 {
        margin-top: 14px;
    }

    /*域名详情页表格*/
    .tlist a {
        margin: 0 0 0 10px;
        padding: 0 6px;
    }

    /*活动列表*/
    .artical-list li {
        float: left;
        margin-right: 8px;
        padding: 10px;
    }

    .artical-list li a {
        width: 160px;
        display: block;
        text-align: center;
        line-height: 40px;
    }

    .artical-list li a img {
        width: 160px;
        height: 135px;
    }

    .artical-list li a span {
        display: block;
        height: 40px;
        padding: 0;
        overflow: hidden;
    }

    /*tool*/
    .toolcontent {
        width: 960px;
    }

    .toolist ul {
        width: 980px;
    }

    .toolist li {
        width: 310px;
    }

    .jianjie-3 ul li {
        width: 30%;
    }

    .jianjie-2 .jianjie-txt a {
        width: 180px;
        height: 120px;
    }

    .jianjie-2 .jianjie-txt a img {
        width: 100%;
    }

    .jianjie-2 .jianjie-txt p {
        width: 400px;
        font-size: 13px;
        line-height: 18px;
    }

    .historylist .fazhan-list dd.txt {
        width: 500px;
    }

    .rank-info-head .info-head-l {
        width: 540px;
        padding-right: 25px;
    }

    .rank-info-head .info-head-r {
        width: 120px;
        padding: 0 15px;
    }

    .rank-info-main .info-main-l {
        width: 680px;
    }

    .rank-info-main .info-main-l .info-main-ltop p {
        width: 222px;
    }

    .rank-info-main .info-main-r .site-beian, .rank-info-main .info-main-r {
        width: 230px;
    }

    .rank-info-main .info-main-r .site-beian li p {
        width: 222px;
    }

    /*新版付款方式*/
    .myaccount-box {
        width: 960px;
    }

    .fqzj-myaccount-box {
        width: 960px;
    }

    .trans-cont ul li {
        width: 12.5%;
    }

    .trans-table li {
        width: 12.5%;
        font-size: 11px;
    }

    .mx {
        margin-right: 0;
    }

    .balanceList-left {
        width: 53%;
    }

    .balanceList-right {
        width: 43%;
    }

    .line {
        margin: 0;
    }

    .tp {
        width: 92%;
    }

    .deal-money a {
        width: 23%;
    }

    .jiaoYi ul li, .yiao-table .trans-table li {
        width: 11%;
    }

    .yiao-table .ts-li li {
        width: 99%;
    }

    .invoice-wrap {
        width: 960px !important;
    }
}

/*银行卡管理样式*/
.cardMange-box ul {
    height: 80px;
    border-top: 1px solid #F3F3F3;
    background: url(../images/navbg.png) repeat-x center bottom;
    overflow: hidden;
}

.cardMange-box ul li {
    float: left;
    width: 49%;
    height: 50px;
    margin: 10px auto;
    border-right: 1px solid #f3f3f3;
}

.cardMange-box ul li.on {
    float: left;
    width: 48%;
    height: 50px;
}

.cardMange-box ul li span {
    display: block;
    height: 64px;
    width: 256px;
    margin: auto;
    line-height: 64px;
    border-bottom: 6px solid #F3F3F3;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.cardMange-box ul li.on span {
    border-bottom: 6px solid #007BB7;
    color: #007BB7;
}

.cardMange-list table {
    width: 100%;
    margin-top: 10px;
    border-collapse: collapse;
    border-spacing: 0;
}

.cardMange-list table tr.title {
    height: 60px;
    background: #FCFCFF;
}

.cardMange-list table tr {
    border-bottom: 1px solid #F6F6F6;
}

.cardMange-list table tr th {
    height: 40px;
    color: #333;
    text-align: center;
}

.cardMange-list table tr td {
    height: 40px;
    padding: 15px 10px;
    color: #444;
    text-align: center;
}

.noBank-car {
    width: 100%;
    height: 122px;
    font-size: 30px;
    color: #CCC;
    text-align: center;
    padding-top: 110px;
}

/*发票样式*/
.invoiceAll-wrap {
    width: 100%;
    height: auto;
    min-height: 900px;
    background: #F8F8F8;
    overflow: hidden;
}

.invoice-wrap {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 10px auto 60px;
}

.invoice-tit {
    overflow: hidden;
    padding: 20px 30px;
    background: #FFF;
}

.invoice-tit li {
    float: left;
    padding: 10px 20px;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    cursor: pointer;
}

.invoice-tit li.act, .message-tit li.act {
    background: #00ABF2;
    color: #FFF;
}

.line-wrap {
    display: block;
    width: 100%;
    height: 3px;
    background: #F6F6F6;
}

.invoice-cont {
    min-height: 500px;
    padding: 20px 30px;
    background: #FFF;
}

.invoiceCont-tip {
    width: 100%;
    height: auto;
    margin: -10px 0 20px;
}

.invoiceCont-tip li {
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}

.invoiceCont-tip li a {
    color: #f00;
}

.invoice-cont table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.invoice-cont thead th {
    height: 50px;
    line-height: 50px;
    text-align: left;
    font-size: 13px;
    color: #333;
    background: #FAFAFA;
}

.invoice-cont thead th.wd-01 {
    width: 13%;
}

.invoice-cont thead th.wd-02 {
    width: 25%;
}

.invoice-cont thead th.wd-03 {
    width: 17%;
}

.invoice-cont thead th.wd-04 {
    width: 10%;
}

.invoice-cont thead th.wd-05 {
    width: 15%;
}

.invoice-cont thead th.wd-06 {
    width: 20%;
}

.invoice-cont thead th.wd-07 {
    width: 30%;
}

.invoice-cont tbody td {
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #F6F6F6;
}

.invoice-cont span {
    color: #AAA;
}

.regular-radio.ts-wd + label {
    width: auto;
    padding: 0 22px;
}

.shuoMing-warp {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    margin-left: 10px;
    font-size: 12px;
    color: #999;
}

.c-orgin {
    color: #FF722F;
}

.weiTuo .c-orgin {
    margin-left: 0;
}

.c-blue {
    color: #00ABF2;
}

.shuoMing-warp2 {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    font-size: 12px;
    color: #FF722F;
}

.tax-tip {
    margin: 5px 0 0 125px;
    font-size: 12px;
    color: #999;
}

.rel {
    position: relative;
}

.fuYin span {
    line-height: 20px;
    margin-top: 8px;
}

.pl-ts {
    padding-left: 30px;
}

.tra6 input.taiTit {
    width: 149px;
    height: 40px;
    line-height: 43px;
    font-size: 14px;
    color: #555;
    border: 1px solid #DDD;
    border-radius: 2px;
}

.liuLan {
    float: left;
    width: 100px;
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #ECECEC;
    border-radius: 5px;
    cursor: pointer;
}

.wenJian {
    position: absolute;
    overflow: hidden;
    left: 125px;
    top: 0;
    opacity: 0;
    width: 100px;
    height: 26px;
    line-height: 26px;
    margin-top: 6px;
    font-size: 12px;
    color: #999;
}

.must-log {
    color: red;
}

.invoice-cont tbody td.c-blue, .invoice-cont tbody td.c-blue a {
    color: #007BB7;
}

.invoice-cont tbody td.add {
    border-bottom: none;
    color: #007BB7;
    padding-left: 32px;
}

.invoice-cont tbody td.add a {
    color: #007BB7;
}

.zhaoPian {
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: 10px 0 0 125px;
    border: 1px solid #F0F0F0;
    text-align: center;
}

.zhaoPian img {
    width: 100%;
}

/*消息页面*/
.message-tit {
    overflow: hidden;
    padding: 20px 30px;
    background: #FFF;
}

.message-tit li {
    float: left;
    padding: 10px 20px;
    margin-right: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
    background: transparent;
    border-radius: 50px;
    cursor: pointer;
}

.message-cont {
    min-height: 500px;
    padding: 0 30px 20px;
    background: #FFF;
}

.screen-cont {
    overflow: hidden;
    border-bottom: 1px dashed #F6F6F6;
    padding: 15px 0;
}

.screen-cont.ts-bt {
    border-bottom: none;
}

.screen-name {
    display: inline-block;
    width: 54px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #AAA;
    font-weight: 300;
    text-align: center;
}

.screen-cont span {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 20px;
    font-size: 13px;
    color: #444;
    text-align: center;
    cursor: pointer;
}

.screen-cont span.on {
    border: 1px solid #007BB7;
    color: #007BB7;
    border-radius: 4px;
}

.screen-cont.ts-bt span {
    color: #007BB7;
}

.message-cont table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.message-cont thead th {
    height: 66px;
    line-height: 66px;
    text-align: left;
    font-size: 13px;
    color: #333;
    background: #FAFAFA;
}

.message-cont tbody td {
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    color: #444;
}

.message-cont tbody td.descrip-tit {
    border-bottom: 1px solid #F6F6F6;
    height: 66px;
    line-height: 24px;
    padding-left: 137px;
    padding-bottom: 3px;
    color: #666;
}

.table-check {
    width: 7%;
    padding-left: 30px;
}

.shuRu-warp, .qx {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-top: 0;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    font-size: 14px;
    color: transparent;
    text-align: center;
    cursor: pointer;
}

.shuRu-warp.on, .qx.on {
    color: #333;
}

/*实名认证页*/
.verifi-list table tbody td.c-red {
    color: red;
    line-height: 28px;
}

.c-red p {
    width: 218px;
    height: auto;
    line-height: 16px;
    margin: 0 auto;
    font-size: 12px;
    color: #999;
}

.name-verifi {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.sub-nav {
    overflow: hidden;
    width: 40%;
    height: 36px;
    line-height: 36px;
    margin: 30px auto;
    border: 1px solid #F0F0F0;
    border-radius: 20px;
}

.sub-nav li {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-left: 1px solid #F0F0F0;
    margin-left: -1px;
    cursor: pointer;
}

.sub-nav li.on {
    color: #FFF;
    background: #00ABF2;
}

.verifi-cont {
    overflow: hidden;
    width: 80%;
    height: auto;
    margin: 0 auto;
}

.verifiCont-left {
    width: 60%;
    height: auto;
    float: left;
}

.verifiCont-left li {
    overflow: hidden;
    height: 42px;
    color: #555;
    margin-bottom: 20px;
}

.verifiCont-left li i {
    display: block;
    float: left;
    line-height: 42px;
    font-style: normal;
}

.verifiCont-left li span {
    display: block;
    float: left;
    width: 132px;
    line-height: 42px;
    color: #999;
    text-align: right;
    margin-right: 30px;
}

.verifiCont-left li input[type="text"] {
    width: 210px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #DDD;
    text-indent: 20px;
    line-height: 40px;
    color: #555;
    background: #FFF;
    border-radius: 4px;
}

.check-up {
    width: 210px;
    margin-top: 8px;
}

.verifiCont-right {
    float: right;
    width: 35%;
    min-height: 372px;
    padding: 0 15px;
    border-left: 1px solid #E9E9E9;
}

.verifi-tip {
    margin-top: 9px;
}

.verifi-tip li {
    line-height: 24px;
    padding: 4px 0 5px 22px;
    background: url("../images/log_51.png") no-repeat 0 19px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.verifi-tip li.c-red {
    color: red;
}

.verifi-tip li a {
    color: #17A1FF;
    text-decoration: underline;
}

.verifi-btn {
    width: 130px;
    height: 34px;
    line-height: 34px;
    margin-left: 145px;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: #F90;
    border-radius: 2px;
    font-weight: lighter;
    cursor: pointer;
}

.verifi-btn:hover {
    opacity: .8;
}

.verifi-list {
    overflow: hidden;
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.verifiList-tit {
    height: 40px;
    line-height: 40px;
    margin: 30px 0;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.verifi-list table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}

.verifi-list table thead th {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #333;
    background: #FAFAFA;
}

.verifi-list table tbody td {
    height: 70px;
    line-height: 70px;
    font-size: 13px;
    color: #444;
    border-bottom: 1px solid #F6F6F6;
}

.sigle-warp {
    float: left;
    height: 42px;
    line-height: 42px;
    color: #999;
}

.sigle-warp input[type="radio"] {
    vertical-align: middle;
    cursor: pointer;
}

.sigle-warp label {
    margin: 0 8px 0 2px;
    vertical-align: middle;
    cursor: pointer;
}

.setting .tishi.verifi-tip {
    height: auto;
    margin: 0 0 25px 360px;
}

/*推广页样式*/
.promot-head {
    width: 100%;
    height: 60px;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.promot-tit {
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}

.img-log {
    display: block;
    float: left;
}

.promotTit-right {
    float: right;
    overflow: hidden;
}

.promotTit-right li {
    float: left;
    width: 190px;
    height: 46px;
    line-height: 46px;
    margin-top: 7px;
    margin-left: 27px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background: #FF9900;
    border-radius: 4px;
}

.promotTit-right li a {
    display: block;
    color: #FFF;
}

.promotTit-right li img {
    vertical-align: middle;
}

.sc-log {
    width: 100%;
    height: 100%;
}

.ps_one {
    position: absolute;
    top: 19%;
    left: 7%;
    display: block;
    width: 80%;
}

.jieSao {
    position: absolute;
    top: 19%;
    left: 18%;
    width: 63%;
    height: 100%;
}

.jieSao img {
    width: 100%;
}

.jieSao ul {
    position: absolute;
    top: 7%;
    left: 0%;
}

.jieSao li {
    width: 94%;
    margin: 0 auto;
    font-size: 24px;
    color: #FFF;
    line-height: 50px;
    text-indent: 2em;
}

.case-warp {
    position: absolute;
    top: 16%;
    left: 20%;
    overflow: hidden;
    width: 63%;
    text-align: center;
}

.case-warp ul {
    margin-top: 7%;
}

.case-warp li {
    float: left;
    margin-left: 50px;
    width: 20%;
}

.case-warp li img, .agentPerson-warp img {
    width: 100%;
}

.agent-allwarp, .youShi, .liuChen {
    position: absolute;
    top: 17%;
    left: 20%;
    overflow: hidden;
    width: 63%;
    text-align: center;
}

.agent-warp {
    overflow: hidden;
}

.agent-warp li {
    overflow: hidden;
    position: relative;
    float: left;
    width: 38%;
    padding: 20px 15px;
    margin: 40px 0 0 57px;
    background: #FFF;
    opacity: .7;
}

.agentPerson-warp {
    float: left;
    width: 137px;
    height: auto;
    margin-right: 42px;
}

.person-warp {
    float: left;
    width: auto;
}

.nane-tit {
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.nane-tit h4 {
    display: block;
    float: left;
    line-height: 40px;
    font-size: 24px;
    color: #333;
}

.cont-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 83px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    color: #FF9900;
    text-align: center;
    background: url("../images/agent_log2.png") no-repeat;
}

.intro {
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    padding-left: 25px;
    font-size: 14px;
    color: #333;
    text-align: left;
    background: url("../images/icon.png") no-repeat;
}

.intro.qq {
    background-position: 0px 6px;
}

.intro.dh {
    background-position: 2px -20px;
}

.intro.yx {
    background-position: 1px -43px;
}

.person-warp p {
    width: 176px;
    margin-top: 1px;
}

.more-agent {
    display: block;
    margin-top: 40px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    font-weight: 100;
}

.advant p {
    position: absolute;
    top: 55%;
    left: 10%;
    width: 270px;
    height: auto;
    font-size: 14px;
    color: #555;
    line-height: 24px;
    text-align: center;
    margin-top: 1%;
}

.advant h3 {
    position: absolute;
    top: 40%;
    left: 10%;
    width: 270px;
    height: auto;
    font-size: 32px;
    color: #333;
    line-height: 24px;
    text-align: center;
}

.youShi ul {
    overflow: hidden;
    margin-top: 5%;
}

.youShi li {
    float: left;
    margin-left: 3%;
}

.youShi li img {
    height: 352px;
}

.liu_log {
    width: 100%;
    margin-top: 15%;
}

.switch {
    position: absolute;
    top: 22%;
    left: 20%;
    overflow: hidden;
    width: 63%;
    text-align: center;
}

.switch li {
    width: 100%;
    height: 82px;
    line-height: 82px;
    margin-top: 2%;
    font-size: 26px;
    color: #FFF;
    text-align: center;
    background: rgba(255, 255, 255, .7);
}

.switch li a {
    display: block;
    width: 100%;
    color: #FFF;
}

/*个人中心新增样式*/
.sign-warp {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.qianDao {
    display: block;
    float: left;
}

.qianDao img {
    width: 140px;
    height: 50px;
}

.quanList {
    position: relative;
    float: left;
    display: block;
    max-width: 220px;
    height: 48px;
    line-height: 48px;
    padding: 0 22px;
    margin-left: 20px;
    border: 1px solid #F0F0F0;
    font-size: 14px;
    color: #AAA;
    text-align: center;
    border-radius: 5px;
}

.quanList:hover {
    border: 1px solid #FF7E00;
    color: #AAA;
}

.quanList img {
    display: block;
    position: absolute;
    left: -1px;
    top: 17px;
    width: 1px;
    height: 16px;
}

.quanList span {
    margin-left: 13px;
    font-size: 22px;
    color: #FF7E00;
    vertical-align: top;
}

/*优惠券样式*/
.couPon-warp {
    overflow: hidden;
    width: 1080px;
    height: auto;
    min-height: 500px;
    margin: 20px auto 40px;
    background: #FFF;
}

.couPon-tab {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 20px 0;
    border-bottom: 1px solid #F6F6F6;
}

.couPon-tab li {
    float: left;
    width: 112px;
    height: 40px;
    line-height: 40px;
    margin-left: 30px;
    font-size: 13px;
    color: #333;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.couPon-tab li.on {
    color: #FFF;
    background: #00ABF2;
}

.couPon-tab li a {
    color: #333;
}

.couPon-tab li.on a {
    color: #FFF;
    background: #00ABF2;
}

.couPon-cont {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.couPon-cont li {
    float: left;
    width: 460px;
    height: auto;
    background: #FAFAFA;
    margin-left: 45px;
    margin-top: 25px;
}

.couPon-left {
    float: left;
    width: 183px;
    height: 120px;
    line-height: 117px;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background: url("../images/quanLog.png") no-repeat;
    font-weight: bold;
}

.couPon-left span {
    font-size: 70px;
    font-weight: bold;
}

.couPon-right {
    position: relative;
    float: right;
    width: 277px;
    height: 120px;
}

.couright-tit {
    padding: 10px 10px 10px 15px;
    border-bottom: 1px dashed #EEE;
}

.couright-tit h3 {
    overflow: hidden;
    width: 100%;
    font-size: 16px;
    color: #666;
}

.couright-tit p {
    overflow: hidden;
    margin-top: 8px;
    font-size: 12px;
    color: #AAA;
}

.couright-tit p span {
    overflow: hidden;
    display: inline-block;
    width: 165px;
    height: 34px;
    line-height: 34px;
    margin-right: 3px;
    vertical-align: top;
}

.couright-tit p a {
    display: inline-block;
    width: 78px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #FDCD02;
    text-align: center;
    border: 1px solid #FDCD02;
    border-radius: 20px;
}

.couright-tit p a:hover {
    background: #FDCD02;
    color: #FFF;
}

.couPon-tip {
    padding: 10px 0 10px 33px;
    font-size: 12px;
    color: #999;
    background: url("../images/couTip_log.png") no-repeat 11px 9px;
}

.couPon-left.use {
    background: url("../images/quanLog_two.jpg") no-repeat;
}

.couPon-use {
    display: block;
    position: absolute;
    top: 20px;
    right: 5px;
}

.big-radio + label.noAllow {
    background: #F0F0F0;
    cursor: not-allowed;
}

.color-organ {
    color: #FF8400;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-table
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

* + html .clearfix {
    min-height: 1%
}

.filterbox.addClass .filtercontent .filterlist1 .tagcloud {
    float: left;
    width: 975px;
}

/*登录新增*/
.other {
    float: left;
    width: 237px;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
    margin-left: 50px;
}

.other span {
    display: block;
    float: left;
    font-size: 14px;
    color: #555;
}

.otherLogin {
    float: left;
}

.other a {
    color: #555;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    margin-left: 12px;
    margin-right: 5px;
    margin-top: 12.5px;
    font-size: 14px;
}

.other a.weixin {
    background: url("../images/weiXin_log.png") no-repeat;
}

.other a.qq {
    background: url("../images/qq_log.png") no-repeat;
}

.other a.weixin:hover, .other a.qq:hover {
    color: #17A1FF;
}

.addTips {
    display: block;
    width: 450px;
    margin: auto auto 15px;
    padding: 2px 0;
    font-size: 12px;
    color: #fd7700;
}

.register form .reg7.tsWidth {
    width: 176px;
    margin-top: 20px;
}

/*自媒体委托样式*/
.addClass .filtercontent {
    overflow: hidden;
    height: 290px;
}

.click-more {
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.innerMore {
    width: 143px;
    height: 22px;
    line-height: 22px;
    margin: 0 auto;
    font-size: 13px;
    color: #333;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
}

.innerMore img {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-table
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

* + html .clearfix {
    min-height: 1%
}

/*砍价弹窗-begin-17-12-29*/
.price-btn .kanjia {
    display: inline-block;
    padding: 6px 14px;
    width: 100px;
    height: 54px;
    margin: 10px 30px;
    line-height: 54px;
    border-radius: 4px;
    border: 1px solid #17A1FF;
    color: #17A1FF;
    font-size: 26px;
    font-weight: 400;
}

.price-btn .kanjia:hover {
    background: #f60;
    color: #FFF;
}

.tc-box-bg {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    min-height: 1500px;
    background: rgba(0, 0, 0, .1);
    z-index: 90000;
}

.kanjia-box .withdrawals {
    padding: 20px 40px;
}

.kanjia-box {
    position: relative;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    width: 40%;
    min-width: 660px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .1);
}

.kanjia-box .withdrawals .wit11 {
    width: 70%;
}

.kanjia-box .withdrawals .tra7 p {
    color: #17A1FF;
}

.kanjia-box .withdrawals .tra7 p b {
    color: #888;
    font-weight: normal;
}

.kanjia-box .textareabox {
    min-height: 56px;
}

.kanjia-box .withdrawals textarea.wit11 {
    min-height: 60px;
}

.kanjia-box .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.kanjia-box .close a {
    display: inline-block;
    overflow: hidden;
    width: 35px;
}

.kanjia-box .close img {
    width: 100%;
}

/*砍价弹窗-end-17-12-29*/
/*新年放假公告-begin-18-02-12*/
.price-btn .kanjia {
    display: inline-block;
    padding: 6px 14px;
    width: 100px;
    height: 54px;
    margin: 10px 30px;
    line-height: 54px;
    border-radius: 4px;
    border: 1px solid #17A1FF;
    color: #17A1FF;
    font-size: 26px;
    font-weight: 400;
}

.price-btn .kanjia:hover {
    background: #f60;
    color: #FFF;
}

.tc-box-holiday {
    position: absolute;
    width: 100%;
    min-height: 1500px;
    top: 0;
    background: rgba(0, 0, 0, .1);
    z-index: 900;
}

.holiday-box .withdrawals {
    padding: 20px 40px;
}

.holiday-box {
    position: relative;
    left: 0;
    right: 0;
    top: 100px;
    margin: auto;
    width: 771px;
    height: 603px;
    background: url("../images/happynews.png") no-repeat;
    z-index: 999;
}

.holiday-box .close {
    position: absolute;
    right: 5px;
    top: 5px;
}

.holiday-box .close a {
    display: inline-block;
    overflow: hidden;
    width: 35px;
}

.holiday-box .close img {
    width: 100%;
}

/*新年放假公告-end-18-02-12*/
/*委托大厅样式*/
.entrHall-warp {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 28px;
}

.entr-hot {
    overflow: hidden;
    width: 1058px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 2px 20px;
    border: 1px solid #DDD;
}

.entrHot-left {
    overflow: hidden;
    float: left;
    width: 53%;
    height: auto;
}

.entrHot-right {
    overflow: hidden;
    float: left;
    width: 47%;
    height: auto;
}

.entrHot-left img, .entrHot-right img {
    display: block;
    float: left;
    margin-top: 2px;
}

.entrHot-left .entrHotRight-box {
    float: left;
    width: 67%;
    margin-left: 20px;
}

.entrHot-right .entrHotRight-box {
    float: left;
    width: 65%;
    margin-left: 20px;
}

.entrHotRight-box a {
    display: inline-block;
    width: auto;
    margin: 0 25px 12px 0;
    font-size: 14px;
    color: #333;
}

.entrHotRight-box a.on {
    color: #1988BE;
}

.entrHotRight-box a:hover {
    color: #1988BE;
}

.domain .dn-left .dn-hot.dn-two, .domain .site-right .site-hot.site-two {
    border-top: 3px solid #FF9900;
}

.domain .dn-left .dn-hot.dn-three, .domain .site-right .site-hot.site-three {
    border-top: 3px solid #7BB400;
}

.domain .dn-left .dn-hot.dn-four, .domain .site-right .site-hot.site-four {
    border-top: 3px solid #009DEA;
}

.domain .dn-left .dn-hot.dn-two table tr td div, .domain .site-right .site-hot.site-two table tr td div {
    border: 3px solid #FF9900;
}

.domain .dn-left .dn-hot.dn-three table tr td div, .domain .site-right .site-hot.site-three table tr td div {
    border: 3px solid #7BB400;
}

.domain .dn-left .dn-hot.dn-four table tr td div, .domain .site-right .site-hot.site-four table tr td div {
    border: 3px solid #009DEA;
}

.domain.pb-number {
    padding-bottom: 80px;
}

/*新帮助中心页面*/
.helpSearch {
    width: 100%;
    height: 250px;
    background: #FAFAFA url("../images/help-tit2.png") no-repeat bottom center;
}

.helpSearch-box {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-top: 40px;
}

.helpSearch-tit {
    width: 100%;
    font-size: 40px;
    color: #4C4C4C;
    text-align: center;
}

.helpSearch-warp {
    overflow: hidden;
    width: 668px;
    height: auto;
    margin: 30px auto 0;
    border: 2px solid #FF9900;
    background: #FFF;
}

.helpSearch-left {
    overflow: hidden;
    float: left;
    width: 514px;
    height: 56px;
    line-height: 56px;
    padding-left: 44px;
    background: url("../images/help_search.png") no-repeat 14px center;
}

.helpSearch-left input {
    width: 516px;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #555;
    border: none;
}

.helpSearch-right {
    float: left;
    display: block;
    width: 110px;
    height: 56px;
    line-height: 56px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    background: #FF9900;
}

.label-warp {
    overflow: hidden;
    width: 642px;
    height: auto;
    margin: 10px auto 0;
    padding-left: 0;
}

.label-warp li {
    float: left;
    margin-right: 25px;
    font-size: 14px;
    color: #1988BE;
    font-weight: bold;
}

.label-warp li a {
    color: #1988BE;
    font-weight: 400;
}

.label-warp li a:hover {
    text-decoration: underline;
}

.label-warp li.ts-c {
    color: #666;
}

.helpCont-warp {
    overflow: hidden;
    width: 1038px;
    height: auto;
    margin: 30px auto 70px;
    padding-left: 40px;
    padding-bottom: 65px;
    border: 1px solid #F3F3F3;
}

.helpCont-left {
    float: left;
    width: 68%;
}

.helpCont-left li {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-bottom: 1px dashed #F3F3F3;
}

.helpCont-left li span, .helpResult-tit span {
    color: #FF9900;
}

.helpCont-left li p {
    font-size: 18px;
    color: #555;
    font-weight: bold;
}

.helpCont-left li .help-result {
    line-height: 26px;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.helpResult-warp {
    overflow: hidden;
    width: 1078px;
    padding-left: 0;
    margin-top: 10px;
}

.helpResult-left {
    padding-left: 40px;
    width: 94%;
    float: none;
}

.helpResult-box {
    overflow: hidden;
    float: left;
    width: 68%;
}

.helpResult-tit {
    width: 98%;
    height: auto;
    padding: 20px 0;
    text-indent: 13px;
    margin: 0 auto;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #F3F3F3;
}

.left-iamge {
    overflow: hidden;
    float: left;
    width: 40px;
    margin-right: 26px;
    margin-top: -2px;
}

.left-iamge img {
    width: 100%;
}

.right-warp {
    float: left;
    width: 90%;
}

.right-warp h3 {
    font-size: 18px;
    color: #555;
}

.detail-question {
    width: 100%;
    margin-top: 12px;
}

.detail-question a {
    display: inline-block;
    margin: 16px 40px 0 0;
    font-size: 14px;
    color: #1988BE;
}

.detail-question a:hover {
    text-decoration: underline;
}

.helpCont-right {
    float: right;
    width: 285px;
    height: auto;
    margin: 18px 20px 0 25px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
}

.helpRight-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color: #333;
    text-align: center;
    background: #F9F9F9;
    border-bottom: 1px solid #F1F1F1;
}

.helpRight-min {
    overflow: hidden;
    padding: 6px 0 16px 0;
}

.helpRight-min li {
    float: left;
    width: 105px;
    height: 38px;
    line-height: 38px;
    margin: 10px 10px 0 10px;
    padding-left: 15px;
    font-size: 14px;
    color: #555;
    border: 1px solid #DDD;
    border-radius: 5px;
}

.helpRight-min li a {
    display: block;
    color: #555;
}

.helpRight-min li img, .helpRight-min li span {
    vertical-align: middle;
}

.helpRight-min li.ts {
    width: 246px;
    font-size: 14px;
    color: #1C1C1C;
    text-align: left;
}

.helpRight-min li.ts img {
    margin-left: 12px;
}

/*新帮助中心详情页*/
.helpDetail-warp {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 20px auto 94px;
}

.helpDetail-left {
    float: left;
    width: 65%;
}

.helpDetail-left h3 {
    display: block;
    width: 100%;
    font-size: 30px;
    color: #007BB7;
}

.helpDetail-box {
    overflow: hidden;
    width: 100%;
    margin-top: 14px;
    font-size: 14px;
    color: #666;
    line-height: 35px;
}

.helpDetail-box p, .helpDetail-box span, .helpDetail-box strong {
    font-size: 14px !important;
}

.DetailLeft-bottom {
    position: relative;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    margin-top: 88px;
    padding: 0 10px;
    background: #F8F8F8;
    text-align: center;
}

.DetailLeft-bottom .one-block {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 43%;
    font-size: 14px;
    color: #333;
}

.DetailLeft-bottom .two-block {
    position: absolute;
    top: 0;
    left: 44%;
    display: inline-block;
    width: 10%;
    font-size: 14px;
    color: #007BB7;
    margin: 0 1%;
}

.helpDetail-right {
    float: right;
    width: 28%;
    margin-left: 70px;
}

.helpDetail-person {
    margin: 0;
    float: none;
}

.about-link {
    margin-top: 25px;
}

.about-link h3 {
    font-size: 22px;
    color: #444;
}

.aboutLink-warp {
    width: 100%;
    height: auto;
    margin-top: 5px;
}

.aboutLink-warp li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 20px;
    padding-left: 26px;
    font-size: 16px;
    color: #1988BE;
    background: url("../images/ball_log.png") no-repeat left center;
}

.aboutLink-warp li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: block;
    color: #1988BE;
}

.ts-r {
    text-align: right;
    float: right !important;
}

.helpRrsult_no {
    width: 100%;
    height: auto;
    min-height: 200px;
    font-size: 18px;
    color: #666;
    padding: 20px 0 0 20px;
}

/*充值提示弹框*/
.cusoter-tit {
    font-size: 26px;
    color: #333;
}

.cusoter-cont {
    margin-top: 10px;
    font-size: 16px;
    color: #555;
    line-height: 24px;
}

.cusoter-cont p {
    margin-top: 15px;
}

.c-orgin {
    color: #FF7800;
}

.cusoter-btn {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin: 10px auto 20px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    background: #1C7AB4;
    border-radius: 4px;
}

.cusoter-btn:hover {
    color: #FFF;
    background: rgba(28, 122, 180, .9);
}

.kanjia-box.cusot-guanBi {
    top: 50px !important;
}

/*新经纪人页面*/
.ecoman-warp {
    width: 100%;
    height: auto;
    background: #F7F7F7;
}

.ecoman-box {
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px;
}

.ecoman-tit {
    overflow: hidden;
    width: 100%;
    font-size: 30px;
    color: #333;
    text-align: center;
    margin: 50px 0 0;
}

.ecoman-tit span {
    vertical-align: middle;
    padding: 0 25px;
}

.ecoman-min {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.ecoman-min li {
    position: relative;
    float: left;
    width: 336px;
    height: 371px;
    margin-left: 31px;
    margin-top: 50px;
    border: 1px solid #EDEDED;
    background: #FFF;
}

.ecoman-min li:nth-child(3n+1) {
    margin-left: 0;
}

.border-small {
    position: absolute;
    top: 0;
    left: 0;
    width: 27px;
    height: 8px;
    background: #007CBA;
}

.ecoman-person {
    overflow: hidden;
    width: 70%;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid #EDEDED;
}

.ecoman-peopel {
    position: relative;
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

.ecoman-peopel img {
    width: 80px;
    height: 80px;
}

.ecoman-name {
    overflow: hidden;
    float: left;
    width: 52%;
    height: 58px;
    margin-top: 10px;
}

.ecoman-name h3 {
    overflow: hidden;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: #333;
}

.ecoman-name p {
    overflow: hidden;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    font-size: 14px;
    color: #888;
}

.ecoman-info {
    overflow: hidden;
    width: 75%;
    height: 20px;
    margin: 15px 0 0 52px;
    font-size: 14px;
    color: #333;
    padding-left: 20px;
}

.ecoman-info span {
    overflow: hidden;
    display: inline-block;
    width: 37px;
    height: 20px;
    line-height: 20px;
    color: #888;
}

.ecoman-info p {
    overflow: hidden;
    display: inline-block;
    width: 80%;
    height: 20px;
    line-height: 20px;
}

.ecoman-info i {
    overflow: hidden;
    display: inline-block;
    overflow: hidden;
    width: 80%;
    height: 20px;
    line-height: 20px;
    font-style: normal;
    color: #0F75CE;
}

.ecomanBg-one {
    background: url("../images/small_qq.png") no-repeat left center;
}

.ecomanBg-two {
    background: url("../images/small_phone.png") no-repeat left center;
}

.ecomanBg-three {
    background: url("../images/smaii_number.png") no-repeat left center;
}

.ecomanBg-four {
    background: url("../images/small_email.png") no-repeat left center;
}

.ecomanBg-five {
    background: url("../images/small_sc.png") no-repeat left center;
}

.ecoman-btn {
    overflow: hidden;
    width: 70%;
    margin: 20px auto;
}

.ecoman-btn a {
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    line-height: 29px;
    margin-left: 20px;
    padding-left: 42px;
    font-size: 14px;
    color: #FFF;
    border-radius: 20px;
    font-weight: bold;
}

.ecomanBtn-one {
    background: #E65634 url("../images/jiaoTan_one.png") no-repeat 17px center;
}

.ecomanBtn-two {
    background: #92C55B url("../images/jiaoTan_two.png") no-repeat 17px center;
}

.ecomanBtn-one:hover {
    background-color: rgba(230, 86, 52, .7);
}

.ecomanBtn-two:hover {
    background-color: rgba(146, 197, 91, .7);
}

.ecoman-ma {
    display: none;
    width: 100%;
    padding: 61px 0;
    text-align: center;
    border-bottom: 1px solid #EDEDED;
}

.ecoman-ma img {
    width: 178px;
    height: 178px;
}

.new_ecomanma {
    height: 148px
}

.border-small.borderTwo {
    background: #FF9900;
}

.ecoman-all {
    min-height: 165px;
    width: 100%;
}

.new_kefu_center {
    min-height: 135px
}

.ecoPeopel-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    background: url("../images/ecoMan_bg.png") no-repeat;
}

.ecomanNew-left {
    float: left;
    width: 1080px;
    height: auto;
}

.ecomanNew-right {
    display: block;
    float: left;
    width: 346px;
    height: auto;
    margin-left: 31px;
}

.ecomanNew-left img, .ecomanNew-righ img {
    width: 100%;
    height: auto;
}

/*投诉与建议*/
.complant-tit {
    width: 100%;
    height: 431px;
    background: url("../images/comPlaint.png") no-repeat left top;
}

.complant-header {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 65px 0;
}

.complant-header h3 {
    width: 100%;
    height: auto;
    font-size: 40px;
    color: #FFF;
    text-align: center;
}

.complant-header p {
    width: 100%;
    height: auto;
    margin-top: 18px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
}

.complant-list {
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}

.complant-list li {
    float: left;
    min-width: 135px;
    height: 48px;
    line-height: 48px;
    padding: 0 99px;
    font-size: 16px;
    color: #FFF;
    background: url("../images/complan_line.png") no-repeat left center;
}

.complant-list li:first-child {
    margin-left: -1px;
}

.complant-list li span {
    float: left;
    display: block;
    font-size: 44px;
}

.complant-list li .complant-number {
    float: left;
    margin-left: 20px;
}

.complant-list li i {
    display: block;
    font-style: normal;
    height: 24px;
    line-height: 24px;
}

.complant-show {
    width: 302px;
    height: 60px;
    line-height: 60px;
    margin: 65px auto;
    font-size: 28px;
    color: #FFF;
    text-align: center;
    background: url("../images/complant_btn.png") no-repeat;
}

.complant-cont {
    width: 1080px;
    height: auto;
    background: #FFF;
    margin: 0 auto;
}

.complant-cont .complant-first {
    line-height: 28px;
    padding: 55px 0 55px 117px;
    font-size: 16px;
    color: #888;
}

.complant-detail {
    width: 90%;
    height: auto;
    border-top: 1px dashed #EDEDED;
    border-bottom: 1px dashed #EDEDED;
    padding-left: 117px;
}

.complant-detail li {
    overflow: hidden;
    margin-top: 40px;
}

.complant-detail li span {
    float: left;
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    font-size: 15px;
    color: #777;
    text-align: right;
    font-weight: bold;
}

.complant-detail li span.on {
    width: 63px;
    padding-right: 17px;
    background: url("../images/mustWrit_log.png") no-repeat right center;
}

.complant-detail li select {
    float: left;
    width: 300px;
    height: 38px;
    line-height: 38px;
    text-indent: 5px;
    border: 1px solid #DADADA;
    background: url("../images/yhk_xiala.jpg") right center no-repeat;
}

.date-warp {
    float: left;
    width: 300px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #333;
    text-indent: 5px;
    border: 1px solid #DADADA;
    background: url("../images/date_log.png") 270px center no-repeat;
    cursor: pointer;
}

.date-warp input[type="text"] {
    width: 100% !important;
    background: transparent;
}

.complant-detail li textarea {
    float: left;
    width: 70%;
    min-height: 110px;
    font-size: 16px;
    color: #8A8A8A;
    border: 1px solid #EDEDED;
    text-indent: 5px;
    padding: 5px 0;
    outline: none;
}

.complant-detail li input[type="text"] {
    float: left;
    width: 70%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #8A8A8A;
    border: 1px solid #EDEDED;
    text-indent: 5px;
}

.comlian-tip {
    float: left;
    width: 70%;
    margin: 10px 0 0 95px;
    font-size: 14px;
    color: #999;
}

.comlian-tip .c-yellow {
    color: #FF9900;
    font-style: normal;
}

.complant-file {
    float: left;
    width: 70%;
    height: 33px;
    line-height: 33px;
    padding-top: 7px;
}

.complant-file input[type="file"] {
    width: 96%;
    border: 0;
}

.complant-sure {
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    margin-left: 80px;
    margin-bottom: 40px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    background: #007BB7;
    border-radius: 5px;
}

.complant-sure:hover {
    color: #FFF;
    background: rgba(0, 123, 183, .7);
}

.thank-word {
    padding: 30px 90px 35px 117px;
    font-size: 16px;
    color: #888;
    line-height: 28px;
}

.complant-all {
    width: 100%;
    height: auto;
    background: #F7F7F7;
    padding-bottom: 100px;
}

/*换一换页面样式*/
.filterbox .filtercontent .filterlist1 .tagcloud a.on.on1 {
    padding: 0;
    margin-right: 10px;
    z-index: 100;
    position: relative;
    background: none;
    border: none;
}

.filterbox .filtercontent .filterlist1 .tagcloud a.on.on1 span {
    margin-right: 0;
    border: none;
    border: 1px solid #17A1FF;
    color: #17A1FF;
}

.tagselect a.now {
    border: none;
}

.huan-warp {
    position: relative;
}

._nav {
    position: absolute !important;
    z-index: 103;
    top: 52px;
}

.filterbox .filtercontent .filterlist1.huan-warp .tagcloud {
    width: 800px;
}

.huan-warp .tagselect {
    width: 700px;
}

.exchangeNew-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 0;
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #1988BE;
    text-align: center;
    background: url("../images/exchangeNew_one.png") no-repeat 20px center;
    padding-left: 30px;
    border: 1px solid #1988BE;
    border-radius: 2px;
}

.exchangeNew-search {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 12px 0;
}

.exchangeNew-left {
    overflow: hidden;
    float: left;
    width: 520px;
    height: auto;
    margin-top: 8px;
}

.exchangeNew-left span {
    float: left;
    display: block;
    padding: 10px 20px 8px 0;
    font-size: 13px;
    color: #AAA;
}

.exchangeNew-left input {
    float: left;
    display: block;
    width: 316px;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
    border: 1px solid #B1B3B3;
    background: none;
    text-indent: 10px;
    font-size: 14px;
    color: #AAA;
    border-radius: 2px;
    background: url("../images/exchangeNew_two.png") 16px center no-repeat;
}

.exchangeNew-left a {
    float: left;
    display: block;
    width: 74px;
    height: 36px;
    line-height: 36px;
    margin-left: 9px;
    border: 1px solid #B1B3B3;
    font-size: 14px;
    color: #222;
    text-align: center;
    border-radius: 2px;
    background: #F8F8F8;
}

.exchangeNew-right {
    float: left;
    width: 507px;
    height: auto;
    margin-left: 20px;
}

.exchangeNew-right img, .exchangeNew-tu img {
    width: 100%;
}

.exchangeNew-tu {
    width: 1080px;
    height: auto;
    margin: 12px auto 0;
}

.huan-classfiy {
    overflow: hidden;
    float: left;
    width: 70%;
    height: 36px;
    padding: 3px 0;
}

.huan-classfiy li {
    float: left;
    width: 84px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #555;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.huan-classfiy li.on {
    color: #FFF;
    background: #92C8E9;
}

.huan-relut {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #1988BE;
    padding-left: 20px;
}

.hiuanBiao-qian {
    position: relative;
    float: left;
    width: 72%;
    height: auto;
}

.hiuanBiao-qian li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.hiuanBiao-qian li a {
    position: relative;
    display: block;
    vertical-align: middle;
    padding: 8px 10px;
    font-size: 14px;
    color: #222;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    z-index: 100;
}

.hiuanBiao-qian li.on a {
    border-bottom: 1px solid #FAFAFA;
    background: #FAFAFA;
    padding: 17px 12px;
}

.hiuanBiao-sub {
    position: absolute;
    top: 53px;
    left: 0;
    width: 712px;
    height: auto;
    border: 1px solid #E5E5E5;
    background: #FAFAFA;
    z-index: 99;
}

.hiuanBiao-sub.ts-top {
    top: 100px;
}

.hiuanBiao-sub span {
    height: 48px;
    line-height: 48px;
    padding: 0 15px !important;
    font-size: 14px;
    color: #333 !important;
    cursor: pointer;
}

.hiuanBiao-sub span.cur {
    color: #1988BE !important;
}

.hiuanBiao-line {
    height: 55px;
}

.domain.exchange-tab .dn-left .dn-hot table tr td a, .domain.exchange-tab .site-right .site-hot table tr td a {
    border-bottom: 1px solid #DDD;
}

.hiuanBiao-qian li.ts-ex a {
    border: 1px solid #1988BE;
    color: #1988BE;
}

/*换一换入口*/
.exchangEnter-btn {
    display: inline-block;
    padding: 6px 14px;
    width: 120px;
    height: 54px;
    margin: 10px 0px;
    line-height: 54px;
    border-radius: 4px;
    border: 1px solid #F90;
    color: #F90;
    font-size: 26px;
    font-weight: 400;
    text-indent: 20px;
    background: url("../images/exchangeEnter_log.png") no-repeat 14px center;
}

.exchangEnter-btn:hover {
    background: #F60 url("../images/exchangeEnter_two.png") no-repeat 14px center;
}

.changeDetail-price {
    padding-left: 83px;
    margin: 10px auto;
    font-size: 40px;
    color: #FF9900;
}

.dndetail-l .dnms.exchangeDetail-tit p b {
    width: 75px;
}

.exchang-bottom {
    border-bottom: 1px dashed #DDD;
}

.want-change {
    overflow: hidden;
    height: auto;
    padding: 30px 0 30px 25px;
    border-bottom: 1px dashed #DDD;
}

.exChange-comtit {
    overflow: hidden;
    width: 90%;
    height: 22px;
    line-height: 22px;
    margin-bottom: 23px;
    padding-left: 24px;
    font-size: 14px;
    color: #333;
    background: url("../images/exChange_detail.png") no-repeat left center;
}

.exdetail-list {
    overflow: hidden;
    height: auto;
    padding-left: 33px;
}

.exdetail-list li {
    overflow: hidden;
    height: auto;
    margin-top: 15px;
}

.exdetail-list li:first-child {
    margin-top: 0;
}

.exdetail-list li span {
    display: inline-block;
    width: 54px;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    color: #333;
    vertical-align: top;
}

.exdetail-list li input {
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border: 1px solid #DEDEDE;
    border-radius: 4px;
    text-indent: 12px;
    vertical-align: top;
}

.exdetail-list li p {
    margin-top: 10px;
    font-size: 13px;
    color: #F90;
    margin-left: 60px;
}

.exdetail-list li p i {
    color: #888;
    font-style: normal;
}

.exdetail-list li textarea {
    width: 81%;
    min-height: 60px;
    line-height: 24px;
    padding-top: 10px;
    color: #999;
    font-size: 14px;
    border: 1px solid #DEDEDE;
    text-indent: 12px;
    border-radius: 4px;
    vertical-align: top;
    outline: none;
}

.exdetailBtn-warp {
    overflow: hidden;
    margin-left: 92px;
    margin-top: 15px;
}

.exdetail-btn {
    display: inline-block;
    width: 108px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background: #1988BE;
    border-radius: 2px;
}

.exdetail-btn:hover {
    opacity: .9;
    color: #FFF;
}

.exdetailBtn-tip {
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    font-size: 14px;
    color: #1988BE;
}

.exchange-yuming {
    overflow: hidden;
    height: auto;
    padding: 30px 0 0 25px;
}

.exyu-list, .exchange-pei {
    overflow: hidden;
    width: 86%;
    height: auto;
    padding: 5px 5px 18px 25px;
    border: 1px solid #DEDEDE;
}

.exyu-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.exdetailBtn-more {
    font-size: 14px;
    color: #1988BE;
}

.exchange-pei {
    margin-bottom: 30px;
}

.exchange-pei li {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.exchange-pei li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 50%;
    height: auto;
    font-size: 14px;
    color: #666;
    background: url("../images/changeDetail_one.png") no-repeat left center;
    text-indent: 10px;
}

.exchange-pei .exdetailBtn-more {
    padding-left: 10px;
}

.exyou-like, .exchange-press {
    margin-top: 20px;
}

.exLike-list {
    overflow: hidden;
    padding: 10px 0 20px;
    border-bottom: 1px dashed #DDD;
}

.exLike-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    width: 33%;
    height: 20px;
    line-height: 20px;
    margin: 15px 22px 0;
    font-size: 14px;
    color: #333;
}

.exLike-list li img {
    margin-right: 5px;
}

.exyou-box {
    border: 1px solid #DEDEDE;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

.exyou-more {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1988BE;
    text-align: center;
}

.exPress-list {
    border: 1px solid #DEDEDE;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 10px 0 15px;
}

.exPress-list li {
    overflow: hidden;
    height: auto;
    margin: 15px 13px 0 22px;
    font-size: 14px;
    color: #333;
}

.express-left {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 23px;
    margin-right: 10px;
    font-size: 14px;
    color: #FFF;
    background: url("../images/changeDetail_two.png") no-repeat;
    text-indent: 7px;
}

.express-right {
    float: left;
    width: 83%;
    height: auto;
    line-height: 23px;
    font-size: 14px;
    color: #333;
}

.express-tip {
    padding-left: 7px;
}

.express-tip span {
    color: #FF9900;
}

#huan-enter textarea, #huanHuan textarea {
    padding-top: 10px;
    line-height: 20px;
}

/*新版关于我们*/
.bannerTrade.aboutNew-bg {
    background: url("../images/aboutNew_tit.png") no-repeat center top;
}

.aboutNew-list li {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
    font-size: 30px;
    color: #1B1B1B;
    border-bottom: 1px solid #EDEDED;
}

.aboutNew-list li:last-child {
    border-bottom: none;
}

.aboutNew-list .aboutNew-com {
    width: 100%;
    height: auto;
    margin: 40px 0;
    text-align: center;
}

.aboutNew-list .aboutNew-com img {
    max-width: 100%
}

.aboutNew-list .aboutNew-img {
    width: 100%;
    height: auto;
    text-align: center;
}

.aboutNew-list .aboutNew-img img {
    width: 100%;
}

.aboutNew-jieshao {
    width: 100%;
    height: auto;
    line-height: 26px;
    font-size: 14px;
    color: #565656;
    text-indent: 2rem;
}

.aboutNew-jieshao p {
    margin-top: 20px;
}

/*新版普通商品*/
.public-warp {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.tranPross {
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: #F7F7F7;
}

.minTwo-cont {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 65px auto 25px;
}

.minTwo-cont li {
    position: relative;
    float: left;
    width: 21.7%;
    height: auto;
    margin-right: 0;
}

.minTwo-cont li:last-child {
    width: 13%;
}

.minTwo-cont li:last-child {
    margin-right: 0;
}

.minTwo-cont li p {
    width: 96%;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #454545;
}

.minTwo-cont li .poss-one {
    width: 142px;
    height: 143px;
    background: url("../images/liuchen_one.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-two {
    width: 142px;
    height: 143px;
    background: url("../images/liuchen_two.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-three {
    width: 142px;
    height: 143px;
    background: url("../images/liuchen_three.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-four {
    width: 142px;
    height: 143px;
    background: url("../images/liuchen_four.png") no-repeat 8px 9px;
}

.minTwo-cont li .poss-five {
    width: 142px;
    height: 143px;
    background: url("../images/liuchen_five.png") no-repeat 8px 9px;
}

.minTwo-cont li:hover {
    position: relative;
    float: left;
    height: auto;
    margin-right: 0;
}

.minTwo-cont li:hover .minTwo-cont li p {
    margin-top: 0;
}

.minTwo-cont li:hover .poss-one {
    width: 142px;
    height: 143px;
    background: url("../images/liu_one.png") no-repeat;
}

.minTwo-cont li:hover .poss-two {
    width: 142px;
    height: 143px;
    background: url("../images/liu_two.png") no-repeat;
}

.minTwo-cont li:hover .poss-three {
    width: 142px;
    height: 143px;
    background: url("../images/liu_three.png") no-repeat;
}

.minTwo-cont li:hover .poss-four {
    width: 142px;
    height: 143px;
    background: url("../images/liu_four.png") no-repeat;
}

.minTwo-cont li:hover .poss-five {
    width: 142px;
    height: 143px;
    background: url("../images/liu_five.png") no-repeat;
}

.snow {
    display: block;
    position: absolute;
    top: 57px;
    right: 3px;
}

.orginGoods-box {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.orginGoods-tit {
    display: block;
    width: 100%;
    height: auto;
    padding: 80px 0 40px;
    font-size: 30px;
    color: #1B1B1B;
    text-align: center;
}

.orginGoods-list {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.orginGoods-list li {
    float: left;
    width: 44%;
    height: auto;
    margin-top: 40px;
    padding: 0 3%;
}

.orginGoods-img {
    width: 100%;
    height: 146px;
    text-align: center;
}

.orginGoods-list li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0;
    font-size: 23px;
    color: #565656;
    text-align: center;
}

.orginGoods-list li h3.mt {
    margin-top: 10px;
}

.orginGoods-list li p {
    overflow: hidden;
    width: 100%;
    height: 72px;
    line-height: 24px;
    margin-top: 10px;
    font-size: 14px;
    color: #565656;
}

.orginGoods-trade {
    display: block;
    width: 214px;
    height: 68px;
    line-height: 68px;
    margin: 80px auto;
    font-size: 20px;
    color: #0D45B5;
    text-align: center;
    border: 1px solid #1D9DE3;
    border-radius: 10px;
}

.orginGoods-pross {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 25px;
    font-size: 30px;
    color: #1B1B1B;
    text-align: center;
}

.orginGoods-advant {
    width: 100%;
    height: auto;
    margin: 80px auto;
    background: url("../images/left_line.png") repeat-x left center;
}

.orginGoods-advant h3 {
    display: block;
    width: 60%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 30px;
    color: #1B1B1B;
    text-align: center;
    background: #FFF;
}

.orginAdvant-list {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 58px 0;
    margin-bottom: 80px;
    background: url("../images/orginGoods_five.png") no-repeat left center;
}

.orginAdvant-btn {
    float: left;
    display: block;
    width: 194px;
    height: 58px;
    line-height: 58px;
    margin: 142px 0 0 40px;
    font-size: 20px;
    color: #FF8400;
    text-align: center;
    border: 1px solid #FF7E00;
    background: #FFF9F2;
    border-radius: 10px;
}

.orginAdvant-btn:hover {
    background: #FF8400;
    color: #FFF;
}

.orginAdvant-left {
    overflow: hidden;
    float: left;
    width: 75%;
    height: 341px;
    padding: 0 0 0 2%;
    background: url("../images/orginGoods_six.png") no-repeat left center;
    background-size: 100% 100%;
}

.orginAdvant-left li {
    float: left;
    width: 50%;
    height: auto;
    margin-top: 38px;
}

.orginAdvant-left li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto;
    font-size: 23px;
    color: #FFF;
}

.orginAdvant-left li p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 88%;
    height: auto;
    font-size: 14px;
    color: #FFF;
    margin-top: 10px;
    padding-left: 37px;
}

/*新版服务协议*/
.serveNew-box {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.serveNew-tit {
    width: 100%;
    height: auto;
    padding: 70px 0;
    font-size: 30px;
    color: #1B1B1B;
    text-align: center;
}

.serveNew-tit img, .serveNew-tit span {
    vertical-align: middle;
}

.serveNew-secur {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 0 70px;
    border-bottom: 1px solid #EDEDED;
}

.serveNew-secur li {
    float: left;
    width: 22.33%;
    height: auto;
    margin-right: 2%;
    padding-left: 0px;
    padding-left: 85px;
}

.serveNew-secur li.bgone {
    background: url("../images/serverNew_one.png") no-repeat left center;
}

.serveNew-secur li.bgtwo {
    background: url("../images/serverNew_two.png") no-repeat left center;
}

.serveNew-secur li.bgthree {
    background: url("../images/serverNew_three.png") no-repeat left center;
}

.serveNew-secur li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto;
    font-size: 21px;
    color: #565656;
    font-weight: 400;
}

.serveNew-secur li p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 7px;
    font-size: 14px;
    color: #717171;
}

.serveNew-profess {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 0 70px;
}

.serveNew-profess li {
    float: left;
    width: 33.33%;
    height: auto;
    text-align: center;
}

.serveNew-profess li h3, .serveNew-protwo li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto;
    margin-top: 7px;
    font-size: 21px;
    color: #565656;
    font-weight: 400;
}

.serveNew-protwo {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 0 70px;
    border-bottom: 1px solid #EDEDED;
}

.serveNew-protwo li {
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
}

.serveNew-media {
    width: 100%;
    height: auto;
    margin: 70px auto;
    background: url("../images/left_line.png") repeat-x left center;
}

.serveNew-media h3 {
    display: block;
    width: 60%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    font-size: 30px;
    color: #1B1B1B;
    text-align: center;
    background: #FFF;
    font-weight: 400;
}

.serveNew-intro {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 70px;
}

.serveNew-left {
    float: left;
}

.serveNew-right {
    float: right;
    width: 50%;
    height: auto;
    margin-left: 2%;
}

.serveNew-right p {
    width: 100%;
    height: auto;
    line-height: 24px;
    margin-top: 45px;
    font-size: 14px;
    color: #565656;
}

.serveNew-right .serveNew-btn {
    display: block;
    width: 166px;
    height: 50px;
    line-height: 50px;
    margin-top: 45px;
    font-size: 20px;
    color: #F69402;
    text-align: center;
    border: 1px solid #F69402;
    border-radius: 8px;
}

.serveNew-right .serveNew-btn:hover {
    background: #F69402;
    color: #FFF;
}

.serveNew-case {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.serveNew-case li {
    float: left;
    width: 33.33%;
    height: auto;
    padding: 2px 0;
    text-align: center;
    margin-bottom: 50px;
}

.serveNew-case li a {
    display: block;
}

.serveNew-case li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*头部新增我的消息*/
.top-navr a.xiaoXi-new {
    padding-left: 18px;
    background: url(../images/message_log.png) no-repeat center left;
    margin-right: 15px;
}

.xiaoXi-new span {
    font-size: 12px;
    color: #848585;
    vertical-align: middle;
}

.xiaoXi-new:hover span {
    color: #F90;
}

.xiaoXi-new i {
    font-style: normal;
    font-size: 11px;
    color: #F00;
    padding-left: 5px;
    vertical-align: 1px;
}

/*新版售后服务*/
.saleNew-cont {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
    padding: 15px 0 64px;
}

.saleNew-box {
    width: 100%;
    height: auto;
}

.saleNew-box h3 {
    display: block;
    width: 100%;
    height: auto;
    padding: 30px 0;
    font-size: 20px;
    color: #3D3D3D;
    font-weight: lighter;
}

.saleNew-order {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 0 30px;
    border-bottom: 6px solid #F5F4F4;
}

.saleNew-order li {
    float: left;
    width: 20%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #636363;
    text-align: center;
}

.saleNew-order li.ts-two {
    width: 30%;
}

.saleNew-order li.ts-three {
    width: 10%;
}

.saleNew-order .c-blue {
    color: #019FF9;
}

.saleNew-order .c-red {
    color: #FF0000;
}

.saleNew-write {
    width: 100%;
    height: auto;
}

.saleNew-write textarea {
    display: block;
    width: 88%;
    height: auto;
    line-height: 22px;
    min-height: 200px;
    font-size: 14px;
    color: #757575;
    padding: 18px 2%;
    border: 1px solid #FCEEDE;
    border-radius: 6px;
    outline: none;
}

.saleNew-file {
    width: 100%;
    height: auto;
    padding: 0 0 20px;
    box-sizing: border-box;
}

.saleNew-img {
    position: relative;
    float: left;
    width: 96px;
    height: 96px;
    margin-right: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
}

.saleNew-img img {
    width: 100%;
    height: 96px;
}

.saleNew-img button {
    display: block;
    position: absolute;
    top: -9px;
    right: -9px;
    width: 21px;
    height: 21px;
    background: url("../images/saleNew_close.png") no-repeat left center;
    background-size: 100% 100%;
    outline: none;
    cursor: pointer;
}

.saleNew-img-car {
    width: 180px;
    height: 180px;
}

.saleNew-img-car img {
    width: 100%;
    height: 100%;
}

.saleNew-up {
    position: relative;
    float: left;
    width: 94px;
    height: 74px;
    padding-top: 20px;
    text-align: center;
    border: 1px solid #F0F0EF;
    border-radius: 6px;
}

.saleNew-up img {
    height: 54px;
    vertical-align: middle;
    cursor: pointer;
}

.saleNew-up-car {
    position: relative;
    float: left;
    width: 180px;
    height: 158px;
    padding-top: 20px;
    text-align: center;
    border: 1px solid #F0F0EF;
    border-radius: 6px;
}

.saleNew-up-car img {
    height: 54px;
    vertical-align: middle;
    cursor: pointer;
}

.saleNew-file-car {
    /* width: 80%; */
    display: block;
    margin: 0;
    cursor: pointer;
    padding-top: 15px;
}

.dd-car {
    margin: 0 !important;
    float: none !important;
}

.saleNew-wen {
    display: block;
    position: absolute;
    top: 37%;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    height: auto;
    opacity: 0;
    cursor: pointer;
}

#dd {
    width: auto;
    height: auto;
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
}

.saleNew-adver {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto;
}

.saleNew-btn {
    overflow: hidden;
    display: block;
    width: 500px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    background: url("../images/shenQin_btn.png") no-repeat left center;
    cursor: pointer;
}

/*新版列表退订*/
.listUnsub-cont {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.listUnsub-tit {
    width: 100%;
    height: auto;
    padding: 48px 0;
    border-bottom: 1px solid #F5F4F4;
    text-align: center;
}

.listUnsub-warp {
    width: 95%;
    height: auto;
    padding: 30px 0 30px 18%;
    box-sizing: border-box;
}

.listUnsub-tip {
    width: 97%;
    height: 46px;
    line-height: 46px;
    padding-left: 6%;
    background: url("../images/listUnsub_tip.png") no-repeat left center;
    font-size: 22px;
    color: #FF9900;
}

.listUnsub-tip span {
    color: #757575;
}

.listUnsub-detail {
    overflow: hidden;
    width: 94%;
    height: auto;
    padding-left: 6%;
    font-size: 24px;
    color: #FF9900;
}

.listUnsub-detail li {
    overflow: hidden;
    width: 45%;
    height: auto;
    padding: 30px 0 0;
    box-sizing: border-box;
    cursor: pointer;
}

.listUnsub-word {
    float: left;
    width: 86%;
    height: auto;
    margin-right: 10px;
    font-size: 16px;
    color: #757575;
}

.listUnsub-check {
    position: relative;
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #E4E4E3;
    border-radius: 9px;
    text-align: center;
    cursor: pointer;
}

.listUnsub-check img {
    height: 16px;
    margin-top: 5px;
    opacity: 0;
}

.listUnsub-detail li.on img {
    opacity: 1;
}

.listUnsub-xuan {
    display: block;
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    opacity: 0;
    cursor: pointer;
}

.listUnsub-btn {
    display: block;
    width: 230px;
    height: 50px;
    line-height: 50px;
    margin: 40px auto 30px;
    font-size: 22px;
    color: #FFF;
    text-align: center;
    background: #21B2E2;
    border-radius: 6px;
    cursor: pointer;
}

/* .ts-width td{width: auto !important;} */
.escrow_top {
    text-indent: 3em !important;
}

/*新版会员样式*/
.huiYuan-warp {
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.huiYuan-box {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 80px 0 38px;
}

.huiYuan-left, .huiYuan-list {
    float: left;
    width: 40%;
    height: auto;
}

.huiYuan-right {
    float: left;
    width: 60%;
    height: auto;
}

.huiYuan-right li {
    float: left;
    width: 25%;
    height: auto;
    background: transparent;
}

.huiYuan-right li p {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    font-size: 14px;
    color: #757575;
    text-align: center;
}

.huiYuan-right li p.huiYuan-deng {
    font-size: 18px;
    color: #EC6B03;
}

.huiYuan-detail {
    overflow: hidden;
    width: 100%;
    height: 70px;
    line-height: 70px;
}

.huiYuan-detail.ts-color {
    background: #FEEFD8;
}

.huiYuan-list img {
    width: 25px;
    height: 25px;
    margin: 0 15px 0 24px;
    vertical-align: middle;
}

.huiYuan-list span {
    font-size: 16px;
    color: #575757;
    vertical-align: middle;
}

.huiYuan-detail .huiYuan-right li p {
    width: 97%;
    padding-left: 3%;
    height: 70px;
    line-height: 70px;
    margin-bottom: 0;
}

.huiYuan-detail p img {
    padding-top: 27px;
}

.huiYuan-adver {
    display: block;
    width: 100%;
    height: auto;
    padding: 60px 0;
    border-top: 1px solid #EEEBEC;
}

.huiYuan-adver img {
    width: 100%;
    height: auto;
}

.myZhong_addtitle {
    height: auto;
    color: #ff9424 !important;
    text-align: left !important;
}

.wtTui-link-hide {
    display: none;
}

/*新版真假经纪人样式*/

.zhenJia-warp {
    width: 1080px;
    height: auto;
    min-height: 550px;
    margin: 0 auto;
}

.zhenJia-box {
    width: 800px;
    height: auto;
    margin: 0 auto;
    padding: 60px 0 0;
}

.zhenJia-search {
    width: 726px;
    height: 74px;
    line-height: 74px;
    padding: 0 20px;
    border: 2px solid #2da2d5;
    border-radius: 10px;
}

.panSearch-log {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin-right: 10px;
    vertical-align: middle;
}

.panSearch-write {
    display: inline-block;
    width: 684px;
    height: 70px;
    line-height: 70px;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: middle;
    font-size: 18px;
    color: #757575;
}

.zhenJia-btn {
    display: block;
    width: 298px;
    height: 60px;
    line-height: 60px;
    margin: 35px auto 25px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    background: #feab40;
    border-radius: 10px;
}

.zhenJia-result {
    width: 100%;
    height: auto;
    font-size: 42px;
    color: #3d3d3d;
    text-align: center;
}

.zhenJia-word {
    display: inline-block;
    width: 72%;
    height: auto;
    margin-top: 10px;
    font-size: 22px;
    color: #515151;
}

.zhenJia-cont {
    position: relative;
    width: 100%;
    height: auto;
}

.zhenJia-zhang {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    right: 64px;
}

.zhenJia-tip {
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    color: #757575;
    padding-left: 28px;
    margin-top: 30px;
    background: url("../images/zhengJia_tip.png") no-repeat left top;
    background-size: 24px 24px;
}

.zhenJia-tip span {
    color: #ea8502;
}

/*新版域名被墙页样式*/
.yuQiang-warp {
    width: 1080px;
    height: auto;
    min-height: 550px;
    margin: 10px auto 0;
    padding-bottom: 30px;
}

.yuQiang-tip {
    width: 100%;
    height: auto;
    padding: 20px 0 20px 50px;
    font-size: 18px;
    color: #666;
    background: #FFF7E2 url("../images/zhengJia_tip.png") no-repeat 18px center;
}

.yuQiang-tip span {
    color: #FF0000;
}

.yuQiang-search {
    width: 770px;
    height: auto;
    margin: 55px auto 50px;
}

.yuQiang-cha {
    height: auto;
    line-height: 50px;
    padding: 10px 23px;
    border: 2px solid #2DA2D5;
    border-radius: 10px;
}

.yuQiang-cha img {
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.yuQiang-cha textarea {
    display: inline-block;
    width: 94%;
    height: 30px;
    line-height: 18px;
    padding: 10px 0 0 2%;
    font-size: 18px;
    color: #757575;
    border: none;
    outline: none;
    vertical-align: middle;
}

.yuQiang-btn {
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 42px auto 0;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    background: #FEAB40;
    border-radius: 10px;
    cursor: pointer;
}

.yuQiang-result {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
}

.yuQiang-ever {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 45px;
}

.yuQiang-word {
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #333;
}

.yuQiang-zan {
    width: 730px;
    height: auto;
    min-height: 30px;
    padding: 20px 10px 20px 20px;
    margin-top: 20px;
    margin-left: 157px;
    font-size: 18px;
    color: #757575;
    background: #F5F4F4;
    border: 1px solid #FFF7E2;
    border-radius: 10px;
}

.yuQiang-zan span {
    padding-right: 10px;
    padding-bottom: 10px;
}

.yuQiang-zan.ts {
    padding: 12px 10px 12px 20px;
}

.yuQiang-zan textarea {
    width: 100%;
    height: 46px;
    font-size: 18px;
    color: #757575;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
}

.yuQiang-box {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.yuQiang-tit {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 4px solid #2DA2D5;
}

.yuQiang-left {
    float: left;
    width: 90%;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #333;
}

.yuQiang-right {
    display: block;
    float: right;
    width: 10%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #AAA;
    cursor: pointer;
}

.yuQiang-pai {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.yuQiang-pai li {
    float: left;
    width: 20%;
    height: auto;
    padding: 20px 2% 20px 3%;
    margin-left: -1px;
    border-left: 1px solid #EDECEC;
    border-bottom: 1px solid #EDECEC;
}

.yuQiang-pai li a {
    display: block;
}

.yuQiang-pai li:nth-child(5), .yuQiang-pai li:nth-child(6), .yuQiang-pai li:nth-child(7), .yuQiang-pai li:nth-child(8) {
    border-bottom: none;
}

.yuQiang-pai li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto;
    font-size: 24px;
    color: #333;
    font-weight: 500;
}

.yuQiang-pai li h3.on {
    background: url("../images/yuQiang_one.png") no-repeat right center;
    padding-right: 12%;
    width: 88%;
}

.yuQiang-descrit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #555;
    padding: 5px 0;
}

.yuQiang-price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 22px;
    color: #FF0000;
    background: url("../images/yuQiang_money.png") no-repeat left center;
    text-indent: 20px;
}

.yuQiang-quest {
    overflow: hidden;
    padding-left: 27px;
}

.yuQiang-quest li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 37px;
    font-size: 22px;
    color: #555;
    text-indent: 25px;
    background: url("../images/yuQiang_two.png") no-repeat left center;
    cursor: pointer;
}

.yuQiang-quest li a {
    display: block;
    color: #555;
}

.yuQiang-quest li a:hover {
    color: #2DA2D5;
}

.yuQiang-quest li a:active {
    color: #2DA2D5;
}

.yuDetail {
    min-height: 330px;
}

.yuDetail .time {
    width: 100%;
    height: auto;
    margin: -20px 0 20px;
    font-size: 15px;
    color: #999;
    text-align: center;
}

/*新版域名检测页样式*/
.yuJian-warp {
    width: 100%;
    height: auto;
    padding: 0 0 43px;
    background: #F5F5F5;
    font-family: "微软雅黑";
}

.yuJian-cont {
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.yuJian-tit, .yuJian-com {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.yuJian-left {
    display: inline-block;
    width: 28%;
    height: auto;
    font-size: 24px;
    color: #333;
    vertical-align: middle;
}

.yuJian-left img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
}

.yuJian-left span {
    vertical-align: middle;
}

.yuJian-right {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 68%;
    height: auto;
    margin-left: 2%;
    font-size: 22px;
    color: #757575;
    vertical-align: middle;
}

.yuJian-right i {
    font-style: normal;
}

.yuJian-result {
    font-size: 36px;
    color: #0A7E01;
}

.yuJian-result.wrron {
    color: #DA0202;
}

.yuJian-writ {
    display: block;
    width: 728px;
    height: 66px;
    line-height: 66px;
    padding: 0 23px;
    margin: 36px 0 0 188px;
    font-size: 20px;
    color: #333;
    border: 2px solid #2DA2D5;
    border-radius: 10px;
}

.yuJian-btn {
    display: block;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 46px auto 0;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    background: #FEAB40;
    border-radius: 10px;
    cursor: pointer;
}

.yuJian-box {
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.pt-ts {
    padding: 10px 0 70px;
}

.yuJian-right.hide {
    display: none;
}

/*域名备案页样式*/
.beiAn-cont, .beiAn-com {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.beiAn-search {
    width: 100%;
    height: auto;
    padding: 62px 0;
    background: #F5F5F5;
}

.beiAn-box {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.beiSearch-warp {
    width: 770px;
    height: auto;
    margin: 0 auto;
}

.beiSearch-write {
    width: 766px;
    height: 76px;
    line-height: 76px;
    font-size: 18px;
    color: #333;
    text-indent: 20px;
    border: 2px solid #2DA2D5;
    border-radius: 10px;
    outline: none;
}

.beiAn-cha {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 42px;
}

.beiAn-left {
    float: left;
    width: 348px;
    height: auto;
    padding: 0 5px;
    margin: 0 50px 0 27px;
    border: 1px solid #FEAB40;
    border-radius: 10px;
}

.beiAn-left img {
    width: 188px;
    height: 56px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: 0;
}

.beiAn-left input {
    display: inline-block;
    width: 44%;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #555;
    text-indent: 10px;
    border: 0;
    padding: 0;
    margin: 0;
    background: transparent;
    outline: none;
}

.beiAn-btn {
    float: left;
    display: block;
    width: 300px;
    height: 58px;
    line-height: 58px;
    font-size: 24px;
    color: #FFF;
    text-align: center;
    background: #FEAB40;
    border-radius: 10px;
    outline: none;
    cursor: pointer;
}

.beiResult-tit {
    width: 100%;
    height: auto;
    background: #D5E3F3;
}

.beiTable-one li {
    float: left;
    width: 14%;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.beiResult-detail {
    width: 100%;
    height: auto;
    margin-top: 20px;
    background: #F5F5F5;
}

.beiTable-two li {
    word-break: break-all;
    float: left;
    width: 14%;
    height: auto;
    line-height: 24px;
    padding: 28px 0;
    font-size: 16px;
    color: #555;
    text-align: center;
}

.beiTable-chick {
    color: #2B82C6;
    text-decoration: none;
    cursor: pointer;
}

.beiAn-other {
    width: 100%;
    height: auto;
    padding: 22px 0 46px;
    border-bottom: 20px solid #F5F5F5;
}

.beiAn-name {
    width: 95%;
    height: auto;
    padding: 24px 0 24px 5%;
    font-size: 24px;
    color: #3D3D3D;
    border-bottom: 3px solid #2DA2D5;
}

.beiAn-name.bgone {
    background: url("../images/beiAn_one.png") no-repeat left center;
}

.beiAn-name.bgtwo {
    background: url("../images/beiAn_two.png") no-repeat left center;
}

.beiAn-name.bgthree {
    background: url("../images/beiAn_three.png") no-repeat left center;
}

.beiYu-list {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 10px;
}

.beiYu-list li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 25%;
    height: 60px;
    line-height: 60px;
    margin-left: -1px;
    text-indent: 30px;
    font-size: 22px;
    color: #555;
    cursor: pointer;
}

/* .beiYu-list li{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;float: left;width:25%;height:60px;line-height:60px;margin-left:-1px;text-indent:30px;font-size:22px;color:#555;border-left:1px solid #EDECEC;border-bottom:1px solid  #EDECEC;cursor: pointer;} */

/* .beiYu-list li:last-child{border-bottom: none;}
.beiYu-list li:nth-last-child(2),.beiYu-list li:nth-last-child(3),.beiYu-list li:nth-last-child(4){border-bottom: none;} */
.beiYu-list li:hover {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    background: #F5F5F5;
    z-index: 99;
}

.beiQuest-warp {
    width: 100%;
    height: auto;
    padding: 22px 0 50px;
}

.beiAn-quest {
    width: 100%;
    height: auto;
}

.beiAn-quest li {
    width: 100%;
    height: auto;
    padding-top: 24px;
}

.beiAn-quest li a {
    display: block;
    padding-left: 30px;
    font-size: 22px;
    color: #555;
    background: url("../images/beiAn_wt.png") no-repeat left center;
}

.beiAn-quest li a:hover {
    color: #2DA2D5;
}

.beiAn-quest li a:active {
    color: #2DA2D5;
}

.beiAn-detail {
    width: 100%;
    height: auto;
    background: #F5F5F5;
}

.beiAn-detail li {
    width: 100%;
    height: 100px;
    line-height: 100px;
    border-bottom: 1px solid #C7E5F2;
}

.beiAn-detail li:last-child {
    border-bottom: none;
}

.beiAn-detail li.c-blue {
    background: #DEEFF7;
}

.beiDetail-box {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
    font-size: 22px;
    color: #333;
    text-align: center;
}

.beiDetail-left {
    float: left;
    width: 55%;
    font-size: 22px;
    color: #333;
}

.beiDetail-right {
    float: left;
    width: 45%;
    font-size: 22px;
    color: #333;
}

.beiDetail-left span, .beiDetail-right span {
    color: #555;
}

.beiResult-no {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    padding: 44px 0;
    margin-top: 44px;
    font-size: 24px;
    color: #3D3D3D;
    text-align: center;
}

.beiResult-ts {
    margin-top: 10px;
    color: #D81E06;
}

/*新版域名委托页*/
.dnNew-yu, .dnNew-wang, .dnNew-other {
    width: 778px;
    height: auto;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

.dnNew-yu li, .dnNew-wang li, .dnNew-other li {
    overflow: hidden;
    height: 130px;
    padding: 0 15px;
    border-bottom: 1px solid #DDD;
}

.dnNew-yu li a, .dnNew-wang li a, .dnNew-other li a {
    display: block;
}

.dnNew-yu li h2, .dnNew-wang li h2, .dnNew-other li h2 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 80%;
    margin-top: 18px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
    vertical-align: middle;
}

.dnNew-yu li .tui, .dnNew-wang li .tui, .dnNew-other li .tui {
    vertical-align: middle;
    display: inline-block;
    margin-top: 18px;
}

.dnNew-detail {
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.dnNew-list {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.dnNew-ever {
    float: left;
    width: 20%;
    height: auto;
}

.dnNew-ever h3 {
    display: block;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: 500;
}

.dnNew-ever p {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.dnNew-more {
    display: block;
    width: 78px;
    height: 30px;
    line-height: 30px;
    margin: 5px auto 0;
    font-size: 14px;
    color: #FF8018;
    text-align: center;
    border: 1px solid #FF8018;
    background: transparent;
    cursor: pointer;
}

.dnNew-more:hover {
    border: 1px solid #17A1FF;
    color: #17A1FF;
}

.dnNew-ever p.c-red {
    font-size: 16px;
    color: #F40000;
}

.dnNew-ever p.c-blue {
    color: #0096FF;
}

.dnNew-sale {
    display: block;
    position: absolute;
    top: 0px;;
    left: 56%;
    width: 68px;
}

.dnNew-sale.ts {
    left: 68%;
}

/*新版网站委托页*/
.c-green {
    border-top: 3px solid #4bbc00 !important;
}

.dnwang-tit {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.dnwang-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
    width: 83%;
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.dnwang-name span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    max-width: 80%;
    vertical-align: middle;
}

.dnwang-name span b {
    font-weight: 500;
}

.dnwang-name img {
    vertical-align: middle;
}

.dnwang-mroe {
    float: left;
    width: 14%;
    height: auto;
}

.dnwang-mroe .dnNew-more {
    margin: 0 auto;
}

.dnNew-wang .dnNew-list {
    margin-top: 10px;
}

.dnNew_advice {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

/*新版自媒体委托和其他委托页*/
.c-orange {
    border-top: 3px solid #17A1FF !important;
}

.dnNew-other .dnNew-ever {
    float: left;
    width: 25%;
    height: auto;
}

.sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a:hover, .sitelistbox.filterbox .filtercontent .filterlist1 .tagcloud a.on {
    border: none;
}

.gzhlist .pages a.on {
    border: 1px solid #17A1FF;
    background: #17A1FF;
    color: #fff;
}

.gzhlist .pages a:hover {
    border: 1px solid #17A1FF;
    color: #17A1FF;
}

/*起名网样式*/
.giveNme-tit {
    width: 100%;
    height: 538px;
    background: url("../images/giveName_tit.png") no-repeat left center;
    background-size: 100% 100%;
}

.giveNme-box {
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

.giveNme-one {
    width: 867px;
    height: 253px;
    padding-top: 285px;
    margin: 0 auto;
    background: url("../images/giveName_nine.jpg") no-repeat left center;
}

.giveNme-one h3 {
    display: block;
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #fff;
    text-align: center
}

.giveNme-one a {
    display: block;
    width: 357px;
    height: 107px;
    line-height: 107px;
    margin: 45px auto 0;
    font-size: 28px;
    color: #fff;
    text-align: center;
    background: url("../images/giveName_btn.png") no-repeat left center;
}

.giveNme-one a:hover {
    background: url("../images/giveName_six.png") no-repeat left center;
}

.giveNme-ze {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #fff;
}

.giveNme-list {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-top: 40px;
}

.giveNme-list li {
    float: left;
    width: 25%;
    height: auto;
}

.giveNme-list li img {
    display: block;
    width: 146px;
    height: 146px;
    margin: 0 auto;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
}

.giveNme-list li img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.giveNme-list li h3 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 18px;
    color: #333;
    text-align: center;
}

.giveNme-list li p {
    width: 100%;
    height: auto;
    line-height: 22px;
    margin-top: 10px;
    font-size: 13px;
    color: #666;
    text-align: center;
}

.giveNme-head {
    width: 100%;
    height: auto;
    font-size: 32px;
    color: #333;
    text-align: center;
}

.giveNme-care {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #f7f7f7;
}

.giveCare-list {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 60px 0;
    border-bottom: 1px solid #fff;
}

.giveCare-list.ts {
    border-bottom: none;
}

.giveCare-list li {
    float: left;
    width: 23%;
    height: auto;
    margin-right: 2.6666%;
    cursor: pointer;
}

.giveCare-list li:nth-child(4) {
    margin-right: 0;
}

.giveCare-tit {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #0090ff;
    border-radius: 8px 8px 0 0;
}

.giveCare-cont {
    width: 94%;
    height: 36px;
    line-height: 20px;
    padding: 36px 3%;
    font-size: 12px;
    color: #666;
    text-align: center;
    background: #fff;
    border-radius: 0 0 8px 8px;
}

.giveCare-list li:hover .giveCare-tit {
    background: #FF9000;
}

.giveNme-small {
    width: 100%;
    height: auto;
    padding-top: 5px;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.giveImage-log {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 60px;
}

.giveBtn-two {
    display: block;
    width: 200px;
    height: 56px;
    line-height: 56px;
    margin: 60px auto 0;
    font-size: 22px;
    color: #fff;
    text-align: center;
    background: #ff9000;
}

.giveBtn-two:hover {
    color: #fff;
    background: #0090ff;
}

.giveNme-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
}

.givePop-cont {
    position: relative;
    width: 334px;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 30px;
    background: #fff;
    border-radius: 8px;
}

.givePop-ever {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.givePop-ever .yzm_pic {
    width: 35%;
    margin-left: 2%;
}

.givePop-left {
    float: left;
    width: 54px;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #555;
}

.givePop-right {
    float: left;
    display: block;
    width: 83%;
    height: 36px;
    line-height: 36px;
    font-size: 13px;
    color: #888;
    background: #f7f7f7;
    text-indent: 5px;
    border: 0;
    padding: 0;
}

.givePop-right.ts {
    height: auto;
    min-height: 16px;
    line-height: 20px;
    outline: none;
    padding: 10px 0;
}

.givePop-right_yzm {
    width: 46%;
}

.givePop-tip {
    padding-left: 50px;
    padding-top: 10px;
    font-size: 12px;
    color: #e88300;
}

.givePop-tip .ts {
    color: #555;
}

.givePop-btn {
    display: block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    margin: 25px auto 5px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background: #ff9000;
    border-radius: 8px;
    cursor: pointer;
}

.givePop-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/qiNing_log.png") no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
}

/*新版委托大厅样式*/
.wtNew-one {
    width: 100%;
    height: auto;
    padding: 45px 0;
    background: #FFF;
}

.wtNew-box {
    overflow: hidden;
    width: 1080px;
    height: auto;
    margin: 0 auto;
}

/* .wtNew-box-car{overflow: hidden;width:1200px;height: auto;margin:0 auto;} */

.wtNew-hot {
    float: left;
    width: 48%;
    height: auto;
}

.wtNew-hot-car {
    float: left;
    width: 33%;
    height: auto;
    padding-bottom: 20px;
}

.ntNew-car-yuming {
    font-size: 18px;
    color: #3892f2;
    font-weight: bold;
}

.ntNew-car-line {
    width: 90%;
    height: 1px;
    background: #f5f5f5;
    margin: 15px 0;
}

.changeColor {
    color: #ff6914 !important;
}

.wtNew-search {
    float: right;
    width: 48%;
    height: auto;
    margin-left: 2%;
    text-align: right;
}

.wtNew-img {
    display: inline-block;
    width: 150px;
    height: 54px;
    vertical-align: -26px;
    margin-right: 1px;
}

.wtNew-word {
    display: inline-block;
    width: 70%;
    height: auto;
    vertical-align: middle;
}

.wtNew-word-car {
    display: inline-block;
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.wtNew-word-car a {
    font-size: 14px;
    color: #3791f2;
    display: inline-block;
    padding: 0 20px 10px;
}

.wtNew-word.ts {
    width: 60%;
}

.wtNew-word a {
    display: inline-block;
    padding: 5px 12px 0 12px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
}

.wtNew-word a.c-bule {
    color: #18A9E8;
}

.wtNew-two {
    width: 100%;
    height: auto;
    background: #F5F5F5;
    padding-bottom: 40px;
}

.wtNew-yumin {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.wtNew-left {
    float: left;
    width: 222px;
    height: 502px;
    padding-left: 38px;
}

.wtNew-lfone {
    background: url("../images/wtNew_bgone.png") no-repeat left center;
}

.wtNew-lftwo {
    background: url("../images/wtNew_bgtwo.png") no-repeat left center;
}

.wtNew-lfthree {
    background: url("../images/wtNew_bgthree.png") no-repeat left center;
}

.wtNew-lffour {
    background: url("../images/wtNew_bgfour.png") no-repeat left center;
}

.wtNew-lffive {
    background: url("../images/wtNew_bgfive.png") no-repeat left center;
}

.wtNew-lfsix {
    background: url("../images/wtNew_car.png") no-repeat left center;
    background-size: 100% 100%;
    height: 630px;
}

.wtNew-left h3 {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 50px;
    font-size: 36px;
    color: #FFF;
}

.wtNew-left p {
    width: 100%;
    height: auto;
    line-height: 24px;
    margin-top: 16px;
    font-size: 16px;
    color: #FFF;
}

.wtNew-left a {
    display: block;
    width: 124px;
    height: 32px;
    line-height: 32px;
    margin-top: 35px;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    background: rgba(255, 255, 255, .3);
    border-radius: 20px;
}

.wtNew-right {
    float: left;
    width: 75%;
    height: auto;
}

.wtNew-clasone {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 2px solid #3691F2;
}

.wtNew-clasone li, .wtNew-clastwo li, .wtNew-clasthree li, .wtNew-clasfour li, .wtNew-clasfive li, .wtNew-classix li {
    float: left;
    width: 20%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    text-align: center;
    background: #FFF;
    cursor: pointer;
}

.wtNew-clasone li.on {
    background: #F5F5F5;
    color: #3691F2;
}

.wtNew-cont {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wtNew-cont li {
    position: relative;
    float: left;
    width: 27.33%;
    height: 170px;
    margin: 10px 0 0 2%;
    padding: 30px 2% 20px;
    background: #FFF;
}

.wtNew-cont li a {
    display: block;
    width: 100%;
    height: 100%;
}

.wtNew-log {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.wtNew-cont li h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.wtNew-descrit {
    overflow: hidden;
    width: 100%;
    height: 110px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.wtNew-descrit span {
    color: #666;
}

.wtNew-prive {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #ff711C;
}

.wtNew-advice {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.wtNew-advone {
    display: block;
    float: left;
    display: block;
    width: 75%;
    height: auto;
}

.wtNew-advtwo {
    display: block;
    float: right;
    display: block;
    width: 25%;
    height: auto;
}

.wtNew-advone img, .wtNew-advtwo img {
    height: 70px;
}

.wtNew-clastwo {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 2px solid #FC8556;
}

.wtNew-clastwo li.on {
    background: #F5F5F5;
    color: #FC8556;
}

.wtNew-clasthree {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 2px solid #41C89F;
}

.wtNew-clasthree li.on {
    background: #F5F5F5;
    color: #41C89F;
}

.wtNew-clasfour {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 2px solid #3691F2;
}

.wtNew-clasfour li.on {
    background: #F5F5F5;
    color: #3691F2;
}

.wtNew-clasfive {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 2px solid #F07375;
}

.wtNew-clasfive li.on {
    background: #F5F5F5;
    color: #F07375;
}

.wtNew-classix {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-top: 2px solid #9f7ef0;
}

.wtNew-classix li.on {
    background: #F5F5F5;
    color: #F07375;
}

.wtNew-three {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: #FFF;
}

.wtNew-last {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wtNew-last li {
    float: left;
    width: 25%;
    height: auto;
    text-align: center;
}

.wtNew-last li img {
    display: inline-block;
    width: 56px;
    height: 56px;
    vertical-align: middle;
    margin-right: 12px;
}

.wtNew-last li .wenzi {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.wtNew-biao {
    font-size: 18px;
    color: #333;
}

.wtNew-small {
    font-size: 14px;
    color: #666;
}

.weituo-zdd {
    background: url("../images/fbwtuo.png") no-repeat left center !important;
}

/* 车委托样式 */
.wtNew-log-car {
    width: 98%;
    height: 130px;
    margin: 0 1%;
}

.wtNew-cont-carl {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    margin: 15px 0;
}

.wtNew-descrit-car {
    list-style: none;
    color: #666;
    font-size: 14px;
    float: left;
    margin-left: -5px;
    width: 100%;
    word-break: break-all;
    text-align: center;
    height: auto !important;
    padding: 0 5px;
}


.wtNew-cont-car li {
    height: 237px;
    padding: 3% 2% 20px;
}

.wtNew-descrit-car {
    list-style: none;
    overflow: hidden;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.wtNew-prive-car {
    width: 100%;
    background: #3892f2;
    color: #fff;
    outline: none;
    border: none;
    font-size: 14px;
    height: 25px;
    border-radius: 3px;
}

/* 车委托样式end */


/*域名委托新版样式*/
.saiXuan-new {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px;
    padding: 0 25px 35px;
    background: #FAFAFA;
    border: 1px solid #EBEBEB;
    box-sizing: border-box;
}

.saiXuan-new.ts {
    height: auto;
}

.saiXuan-ever, .saiXuan-fen {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 25px;
}
.saiXuan-new .saiXuan-ever{
    margin-top: 0;
}
.saiXuan-new .saiXuan-ever:first-child{
    margin-top: 30px;
}
.saiXuan-new .saiXuan-fen{
    margin-top: 0;
}

.saiXuan-left {
    float: left;
    width: 92px;
    height: auto;
    font-size: 14px;
    color: #333;
}

.saiXuan-left span {
    padding-right: 28px;
}

.saiXuan-right {
    position: relative;
    overflow: hidden;
    float: left;
    width: 90%;
    height: 44px;
}

.saiXuan-right.now {
    height: auto;
}

.saiXuan-right a {
    display: inline-block;
    padding: 0 38px 0 0;
    text-decoration: none;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
}

.saiXuan-right a.on {
    color: #007BB7;
}

.saiXuan-search {
    display: inline-block;
    width: 240px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #CCC;
    text-indent: 10px;
    background: #FFF;
    border: 1px solid #EBEBEB;
    vertical-align: middle;
}

.saiXuan-btn {
    display: inline-block;
    width: 46px;
    height: 22px;
    line-height: 20px;
    margin-left: 10px;
    font-size: 14px;
    color: #007BB7;
    text-align: center;
    border: 1px solid #007BB7;
    background: #FFF;
    cursor: pointer;
    vertical-align: middle;
}

.yuWei-left {
    float: left;
    width: 798px;
    height: auto;
    margin-top: 20px;
}

.yuWei-all {
    width: 100%;
    height: auto;
    border: 1px solid #EBEBEB;
}

.yuWei-right {
    float: right;
    width: 258px;
    height: auto;
    margin-top: 20px;
    box-sizing: border-box;
}

.yuWei-pai {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 15px 25px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
    background: #FAFAFA;
}

.yuWei-warp {
    float: left;
    width: 80%;
    height: auto;
}

.yuWei-warp li {
    display: inline-block;
    width: auto;
    height: auto;
    margin-right: 47px;
    padding-right: 12px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.yuWei-warp li.on {
    color: #5298C5;
}

.wtnew-bgone {
    background: url("../images/wtcore_log.png") no-repeat right center;
    background-size: 8px 16px;
}

.wtnew-bgup {
    background: url("../images/wtcore_up.png") no-repeat right center;
    background-size: 8px 16px;
}

.wtnew-bgdown {
    background: url("../images/wtcore_down.png") no-repeat right center;
    background-size: 8px 16px;
}

.yuWei-tiao {
    float: left;
    width: 16%;
    height: auto;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.yuWei-list {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.yuWei-list li {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 90px;
    line-height: 90px;
    padding: 0 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #F6F2F2;
}

.yuWei-list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.yuWei-list li:last-child, .wtWang-box li:last-child {
    border-bottom: none;
}

.yuWei-list li:hover {
    border: 1px solid #FF711C;
}

.yuWei-tit {
    overflow: hidden;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333;
    background: #FAFAFA;
}

.wtWidth-one {
    float: left;
    width: 25%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
}

.wtWidth-two {
    float: left;
    width: 55%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
}

.wtWidth-three {
    float: left;
    width: 16%;
    height: inherit;
    line-height: inherit;
    text-align: center;
}

.wtList-one {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 25%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.wtList-two {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 55%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
}

.wtList-three {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 16%;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    color: #FF711C;
    text-align: center;
}

.yuRight-tit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    background: #FAFAFA;
    font-size: 16px;
    color: #333;
}

.yuRight-box {
    width: 100%;
    height: auto;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    box-sizing: border-box;
}

.yuRight-box li {
    position: relative;
    width: 100%;
    height: 220px;
    padding: 30px 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #F6F2F2;
}

.yuRight-box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.yuRight-box li h3 {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 7px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

.yuRight-box li p {
    overflow: hidden;
    width: 100%;
    height: 92px;
    line-height: 22px;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.yuRight-box li p span {
    color: #666;
}

.yuRight-price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 20px;
    color: #FF711C;
}

.yuRight-img {
    width: 100%;
    height: auto;
    display: block;
}

.yuRight-img.ts {
    height: auto;
}

.yuRight-img img {
    width: 100%;
    height: 260px;
}

.wtWang-box {
    width: 100%;
    height: auto;
}

.wtWang-box li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 32px 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #F6F2F2;
}

.wtWang-box li a {
    display: block;
    width: 100%;
    height: 100%;
}

.wtWang-box li:hover {
    border: 1px solid #FF9900;
}

.wtWang-tit {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wtWang-tit h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    max-width: 84%;
    height: auto;
    font-size: 16px;
    color: #333;
    vertical-align: middle;
}

.wtWang-beian {
    display: inline-block;
    width: 58px;
    height: 18px;
    line-height: 18px;
    margin-left: 15px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    background: #FA6553;
    border-radius: 5px;
    vertical-align: middle;
}

.wtWang-class {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.wtWang-nav {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 25%;
    height: auto;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 14px;
    color: #999;
}

.wtWang-nav span {
    color: #666;
}

.wtWang-descrit {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 14px;
    color: #999;
}

.wtWang-descrit span {
    color: #666;
}

.wtWang-price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 30px;
    font-size: 16px;
    color: #FF711C;
}

.wtNew-zan {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 18px;
    display: block;
    cursor: pointer;
}

.wtNew-sou {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 18px;
    display: none;
    cursor: pointer;
}

.wtDetail-one {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0px 0 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #EBEBEB;
}

.wtDetail-left {
    overflow: hidden;
    float: left;
    width: 695px;
}

.wtDetail-tit {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px solid #EBEBEB;
}

.wtDetail-name {
    overflow: hidden;
    display: inline-block;
    width: 69%;
    height: 26px;
    vertical-align: middle;
}

.wtDetail-name h3 {
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
    font-size: 17px;
    color: #333;
    vertical-align: middle;
}

.wtDetail-name span {
    display: inline-block;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    margin-left: 15px;
    font-size: 12px;
    color: #FFF;
    text-align: center;
    background: #FA6553;
    border-radius: 5px;
    vertical-align: middle;
}

.wtDetail-qi {
    display: inline-block;
    width: 86px;
    height: auto;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FF7720;
    background: url("../images/wtQi_log.png") no-repeat left center;
}

.wtDetail-qi:hover {
    color: #FF7720;
}

.wtDetail-detail {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 10px;
}

.wtDetail-zuo {
    position: relative;
    float: left;
    width: 64%;
    height: auto;
}

.wtDetail-zuo .wt_list_c {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 20px;
}

.wtDetail-detail .wtDetail-zuo .wt_list_c {
    overflow: visible;
}

.hidden_sp {
    float: right;
    width: 400px;
    white-space: pre-wrap;
}

.wtDetail-zuo .wt_list_c:nth-child(2n) {
    width: 44%;
    padding-left: 6%;
}

.wtDetail-zuo .last_wt {
    width: 100%;
    margin-bottom: 30px;
}

.wtDetail-zuo .hidden_p {
    height: auto;
}

.wtDetail-ever {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.wtDetail-ever span, .wtDetail-descr span {
    color: #666;
}

.wtDetail-descr {
    overflow: hidden;
    width: 100%;
    height: 100% !important;
    line-height: 30px;
    margin-top: 12px;
    font-size: 14px;
    color: #333;
}

.wtDetail-price {
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #FF711C;
}

.wtDetail-price span {
    font-size: 24px;
    color: #FF711C;
}

.wtDetail-agree {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.wtDetail-agree input {
    display: inline-block;
    width: 15px;
    height: 13px;
    vertical-align: -4px;
}

.wtDetail-word {
    overflow: hidden;
    display: inline-block;
    width: 80%;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
}

.wtDetail-word a {
    text-decoration: none;
    color: #007BB7;
}

.wtDetail-btn {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.wtDetail-link {
    float: left;
    display: block;
    width: 158px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #FFF;
    text-align: center;
    background: #FF7720;
    border: 1px solid #FF7720;
    border-radius: 5px;
}

.wtDetail-link:hover {
    color: #FFF;
}

.wtDetail-jia {
    float: left;
    display: block;
    width: 108px;
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    font-size: 18px;
    color: #FF7720;
    text-align: center;
    border: 1px solid #FF7720;
    border-radius: 5px;
}

.wtDetail-kan {
    float: left;
    display: block;
    width: 108px;
    height: 48px;
    line-height: 48px;
    margin-left: 10px;
    font-size: 18px;
    color: #FF7720;
    text-align: center;
    border: 1px solid #FF7720;
    border-radius: 5px;
}

.wtDetail-jia:hover, .wtDetail-kan:hover {
    color: #FF7720;
}

.wtCheng-log {
    display: block;
    width: 696px;
    height: 18px;
}

.wtDetail-you {
    float: left;
    width: 210px;
    height: auto;
    padding: 0 6px 10px;
    margin-left: 36px;
    margin-top: 60px;
    box-sizing: border-box;
    background: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.wtDetail-inner {
    width: 100%;
    height: auto;
    padding: 25px 15px;
    margin-top: -40px;
    box-sizing: border-box;
    border: 1px dashed #FF7720;
    border-radius: 5px;
    background: #FFF;
}

.wtDetail-inner p {
    line-height: 24px;
    margin-top: 5px;
    font-size: 12px;
    color: #FF7200;
}

.wtDetail-right {
    width: 258px;
    height: auto;
    border: 1px solid #EBEBEB;
}

.wtDetail-ce {
    overflow: hidden;
    float: right;
    width: 260px;
    height: auto;
}

.wtDetail-tui {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #EBEBEB;
    background: #FAFAFA;
}

.wtDetail-tui-background {
    background: #1988be;
    color: #fff;
}

.add-wtDetail-tui {
    background: #17A1FF;
    color: #fff;
}

.wtTui-nei {
    width: 100%;
    height: auto;
    padding: 22px 22px;
    box-sizing: border-box;
}

.wtTui-person {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
}

.wtTui-person img {
    display: inline-block;
    width: 60px;
    height: 60px;
    margin: 0 15px;
    vertical-align: middle;
    border-radius: 50%;
}

.wtperson-word {
    display: inline-block;
    width: 55%;
    height: auto;
    vertical-align: middle;
}

.wtperson-word h3 {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    font-size: 600;
}

.wtperson-word p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 5px;
    font-size: 14px;
    color: #888;
}

.wtTui-info {
    width: 100%;
    height: 43;
}

.wtTui-info li {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    margin-top: 12px;
    font-size: 14px;
    color: #888;
}

.wtTui-info li span {
    color: #333;
}

.wtTui-info li span.c-lan {
    color: #0F75CE;
}

.wtTui-link {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wtTui-link a {
    display: block;
    float: left;
    width: 43px;
    height: 26px;
    line-height: 26px;
    margin-right: 20px;
    margin-top: 18px;
    padding-left: 42px;
    font-size: 14px;
    color: #FFF;
    border-radius: 20px;
    font-weight: bold;
}

.wtTui-link a.bgone {
    background: #E65634 url(../images/jiaoTan_one.png) no-repeat 14px center;
}

.wtTui-link a.bgtwo {
    background: #92C55B url(../images/jiaoTan_two.png) no-repeat 14px center;
}

.wtTui-link a.bgone:hover {
    background-color: rgba(230, 86, 52, .7);
}

.wtTui-link a.bgtwo:hover {
    background-color: rgba(146, 197, 91, .7);
}

.wtJingji {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 25px 0 15px;
}

.wtJingji img {
    display: inline-block;
    width: 38px;
    height: 1px;
    vertical-align: middle;
}

.wtJingji span {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 15px;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
}

.wtTui-other {
    overflow: hidden;;
    width: 100%;
    height: auto;
}

.wtTui-other li {
    float: left;
    width: 48%;
    height: 30px;
    line-height: 30px;
    padding-left: 40px;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background: url("../images/QQ.png") no-repeat 15px center;
}

.wtTui-other li a {
    display: block;
    width: 100%;
    height: 100%;
}

.wtTui-other li:nth-child(2n) {
    float: right;
}

.wtDetail-two {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    border: 1px solid #EBEBEB;
}

.wtTwo-tit {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #FAFAFA;
}

.wtTwo-tab {
    float: left;
    width: 100px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #EBEBEB;
    font-size: 16px;
    color: #666;
    text-align: center;
    cursor: pointer;
}

.wtTwo-tab.on {
    background: #FFF;
    height: 48px;
    border-top: 2px solid #007BB7;
    color: #007BB7;
    border-bottom: 1px solid #FFF;
}

.wtTwo-tab:first-child {
    border-right: 1px solid #EBEBEB;
}

.wtTwo-sheng {
    float: left;
    width: 878px;
    height: 50px;
    border-bottom: 1px solid #EBEBEB;
}

.wtTwo-cont {
    overflow: hidden;
    width: 80%;
    height: auto;
    margin: 0 auto 50px;
}

.wtTwo-box {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wtTwo-biao {
    display: block;
    width: 188px;
    height: 82px;
    margin: 50px auto 30px;
}

.wtTwo-biao.ts {
    margin: 50px auto 0;
}

.wtTwo-rong {
    width: 100%;
    height: 128px;
    padding-top: 20px;
    text-align: center;
    background: url(../images/liucheng5.png) no-repeat center;
}

.wtTwo-jt {
    width: 100%;
    height: auto;
    padding: 10px 1%;
    box-sizing: border-box;
}

.wtTwo-jt li {
    position: relative;
    float: left;
    width: 30%;
    height: 228px;
    padding: 35px 20px;
    margin-right: 5%;
    margin-top: 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .2);
    z-index: 99;
}

.wtTwo-jt li a {
    display: block;
    width: 100%;
    height: 100%;
}

.wtTwo-jt li:nth-child(3n) {
    margin-right: 0;
}

.wtTwo-jt li:hover {
    border: 1px solid #FD8D61;
}

.wtTwo-jt li h3 {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.wtTwo-jt li p {
    overflow: hidden;
    width: 100%;
    height: 114px;
    line-height: 22px;
    margin-top: 8px;
    font-size: 14px;
    color: #999;
}

.wtTwo-jt li p span {
    color: #666;
}

.wtTwo-jt li p.wtTwo-price {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    height: auto;
    font-size: 14px;
    color: #FF711C;
}

.wtTwo-jt li p.wtTwo-price span {
    font-size: 20px;
    color: #FF711C;
}

.wtTwo-quest {
    overflow: hidden;
    width: 90%;
    height: auto;
    margin: 0 auto 50px;
}

.wtTwo-qlist {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wtTwo-qlist li {
    width: 100%;
    height: auto;
}

.wtTwo-wen {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    line-height: 24px;
    height: auto;
    margin-top: 50px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.wtTwo-wen span {
    color: #333;
}

.wtTwo-da {
    width: 100%;
    height: auto;
    line-height: 24px;
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.wtTwo-da span {
    color: #666;
}

.wtTwo-wen i, .wtTwo-da i {
    font-style: normal;
    color: #FF7720;
}

.wtTwo-bottom {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.wtTwo-help {
    display: block;
    width: 100%;
    height: auto;
    font-size: 16px;
    color: #FF7720;
}

.wtTwo-help:hover {
    color: #FF7720;
}

.wtTwo-tip {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}

.wtTui-all {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.wtTui-code {
    display: none;
    width: 190px;
    height: 190px;
    text-align: center;
    margin: 23px auto 18px;
}

.wtTui-code img {
    width: 100%;
    height: auto;
}

.innerMore.wt-more {
    width: 100px;
    height: 28px;
    line-height: 28px;
}

.wtDetail-gu {
    display: inline-block;
    width: 100px;
    height: auto;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FF7720;
    background: url(../images/wtNew_gu.png) no-repeat left center;
}

.wtDetail-dai {
    display: inline-block;
    width: 77px;
    height: auto;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FF7720;
    background: url(../images/wtNew_buy.png) no-repeat left center;
}

.wtDetail-gu:hover {
    color: #FF7720;
}

.wtDetail-dai:hover {
    color: #FF7720;
}

.wtDetail-sc {
    float: right;
    display: inline-block;
    width: auto;
    height: 26px;
    line-height: 26px;
    vertical-align: middle;
}

.wtDetail-collec {
    display: inline-block;
    width: 100px;
    height: auto;
    padding-left: 24px;
    margin-left: 26px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666;
    background: url(../images/souBefore.png) no-repeat left center;
}

.wtDetail-collec:hover {
    color: #666;
}

/*.wtDetail-sc.tw{width:43%;}*/
.wtDetail-cohave {
    background: url(../images/souAfter.png) no-repeat left center;
}

.wtDetail-name.ow {
    width: 391px;
}

.wtDetail-sc.tw .wtDetail-collec {
    margin-left: 10px;
}

.wtDetail-tu {
    display: block;
    width: 260px;
    height: 70px;
    margin-top: 10px;
}

.wtDetail-descr.otherw {
    height: 56px;
    margin-bottom: 30px;
}

.wtDetail-time {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.wtTime-box {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: 14px;
    color: #333;
    padding-right: 10px;
}

.wtTime-box span {
    color: #666;
}

.wtSale {
    position: absolute;
    top: -57px;
    right: 37px;
    width: 100px;
    height: 77px;
}

.wtSale img {
    width: 100%;
    height: auto;
}

/*周岁页面样式*/
.twoWeek-warp {
    overflow: hidden;
    width: 100%;
    height: auto;
    font-family: "微软雅黑";
}

.twoWeek-tit {
    width: 100%;
    height: 990px;
    background: url("../images/twoWeek_one.jpg") no-repeat;
    background-size: 100% 100%;
}

.twoWeek-cont {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.twoWeek-box {
    width: 1080px;
    height: 800px;
    margin: 0 auto;
    padding-top: 270px;
    background: url("../images/twoWeek_cont.jpg") repeat-x;
    background-size: 100% 100%;
}

.twoWeek-foot {
    width: 100%;
    height: 187px;
    background: url("../images/twoWeek_foot.jpg") repeat-x;
    background-size: 100% 100%;
}

.twoWeek-nei {
    width: 820px;
    height: auto;
    margin: 0 auto;
}

.twoWeek-nei li {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.twoWeek-left {
    float: left;
    width: 130px;
    height: 48px;
    line-height: 48px;
    font-size: 26px;
    color: #666;
}

.twoWeek-left span {
    color: #FF4C4C;
}

.twoWeek-center {
    float: left;
    width: 500px;
    height: 46px;
    line-height: 46px;
    margin-right: 22px;
    font-size: 20px;
    color: #333;
    text-indent: 20px;
    border: 1px solid #E6E6E6;
    background: #F7F7F7;
    border-radius: 5px;
    outline: none;
}

.twoWeek-center.ts {
    width: 356px;
}

.twoWeek-code {
    overflow: hidden;
    float: left;
    width: 118px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
}

.twoWeek-code img {
    width: 118px;
    height: 46px;
}

.twoWeek-wrong {
    display: none;
    overflow: hidden;
    float: left;
    width: 20%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #FF3333;
}

.twoWeek-btn {
    display: block;
    width: 140px;
    height: 50px;
    line-height: 50px;
    margin: 85px auto 0;
    font-size: 20px;
    color: #FFF;
    text-align: center;
    background: #FF6F36;
    border-radius: 5px;
    cursor: pointer;
}

.twoWeek-nei li.on .twoWeek-wrong {
    display: block;
}

.twoWeek-nei li.on .twoWeek-center {
    border: 1px solid #FF3333;
}

/*新版我的收藏页面样式*/
.myColle-warp {
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #F8F8F8;
}

.myColle-box {
    width: 100%;
    height: auto;
    padding: 0 3% 40px;
    margin-bottom: 30px;
    box-sizing: border-box;
    background: #FFF;
}

.myColle-tit {
    overflow: hidden;
    width: 100%;
    height: 85px;
    line-height: 85px;
    border-bottom: 1px dashed #F2F2F2;
}

.myColle-left {
    float: left;
    width: 120px;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    color: #333;
}

.myColle-nav {
    overflow: hidden;
    float: left;
    width: 88%;
    height: inherit;
    line-height: inherit;
}

.myColle-nav li {
    float: left;
    width: auto;
    height: inherit;
    line-height: inherit;
    padding-right: 60px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.myColle-nav li.on {
    color: #007BB7;
}

.myColle-cont {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 30px;
}

.myColle-biao {
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.myColle-wone {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 15%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
}

.myColle-wtwo {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 20%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
}

.myColle-wthree {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 35%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
}

.myColle-wfour {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 10%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #333;
}

.myColle-list {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.myColle-list li {
    overflow: hidden;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 40px;
    box-sizing: border-box;
    border-bottom: 1px solid #F2F2F2;
}

.myColle-list li a {
    float: left;
    display: block;
    width: 90%;
    height: 60px;
}

.myColle-list li a:hover {
    color: #666;
}

.myColle-list li .myColle-price {
    color: #FF3434;
}

.myColle-list li .myColle-deal {
    color: #007BB7;
}

.myColle-lone {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 17%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
}

.myColle-ltwo {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 22%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
}

.myColle-lthree {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 39%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
}

.myColle-lfour {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    width: 10%;
    height: inherit;
    line-height: inherit;
    padding-right: 1%;
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
    cursor: pointer;
}

/*新版账号注销页样式*/
.zuXiao-warp {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 0 35px 45px;
    box-sizing: border-box;
    background: #FFF;
}

.zuXiao-all {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    box-sizing: border-box;
    background: #F8F8F8;
}

.zuXiao {
    display: block;
    width: 170px;
    height: 128px;
    margin: 0 auto;
}

.zuXiao-img {
    width: 100%;
    height: auto;
    padding: 80px 0 60px;
}

.zuXiao-list {
    width: 100%;
    height: auto;
    padding: 13px 25px 28px;
    box-sizing: border-box;
    border: 1px dashed #F2F2F2;
    border-radius: 10px;
}

.zuXiao-tit {
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 16px;
    color: #333;
}

.zuXiao-box {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.zuXiao-box li {
    width: 100%;
    height: auto;
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.zuXiao-btn {
    display: block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin: 45px auto 0;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    background: #FF3F3F;
    text-decoration: none;
    border-radius: 5px;
}

.zuXiao-btn:hover {
    color: #FFF;
}

.zuXiao-pop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
}

.zuPop-cont {
    overflow: hidden;
    width: 480px;
    height: auto;
    margin: 15% auto 0;
    background: #FFF;
    border-radius: 10px;
}

.zuPop-tit {
    overflow: hidden;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #F7F7F7;
}

.zuPop-left {
    float: left;
    width: 80%;
    height: inherit;
    line-height: inherit;
    font-size: 14px;
    color: #333;
}

.zuPop-close {
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 17px;
    background: url("../images/zuSan_log.png") no-repeat left center;
    cursor: pointer;
}

.zuPop-box {
    width: 260px;
    height: auto;
    margin: 40px auto;
    margin-top: 0;
}

.zuPop-box p {
    width: 100%;
    height: auto;
    margin-top: 10px;
    font-size: 16px;
    color: #808080;
    text-align: center;
}

.zuPop-btn {
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 30px 0 20px;
}

/* 确认注销按钮 默认样式 */
.zuPb-left {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #CCC;
    background: #ddd;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
}

/* 确认注销按钮 三秒倒计时结束样式 */
.add-zuPb-left {
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #66B0D4;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
}

/* .zuPb-left{float:left;width:120px;height: 40px;line-height: 40px;font-size:14px;color:#FFF;text-align: center;background: #66B0D4;outline:none;cursor: pointer;border-radius: 20px;} */
.zuPb-left.zhiHui {
    background: #999;
}

.zuPb-right {
    float: right;
    width: 118px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #CCC;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
}

.zuPop-img {
    position: relative;
    display: block;
    width: 107px;
    height: 94px;
    line-height: 106px;
    margin: 0 auto;
    background: url("../images/zuXiao_pop.jpg") no-repeat left center;
}

.zuPop-numebr {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -26px;
    width: 48px;
    height: auto;
    font-size: 23px;
    color: #429BCF;
    text-align: center;
    font-weight: bold;
}

.kanjia-biao {
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
    font-size: 16px;
}


@media (max-width: 1860px) {
    body {
        overflow-x: auto;
    }

    .promot-tit {
        width: 960px;
    }

    .switch {
        width: 805.6px;
    }

    .switchTit-box {
        width: 248px;
    }

    .jieSao ul {
        position: absolute;
        top: 6%;
        left: 0%;
    }

    .jieSao li {
        width: 94%;
        margin: 0 auto;
        font-size: 18px;
        color: #FFF;
        line-height: 38px;
        text-indent: 2em;
    }

    .case-warp {
        left: 0;
        top: 13%;
        width: 100%;
    }

    .case-warp li {
        margin-left: 40px;
    }

    .agent-allwarp, .youShi, .liuChen {
        top: 13%;
        left: 11%;
        width: 79%;
    }

    .person-warp {
        width: auto;
    }

    .agentPerson-warp {
        width: 125px;
    }

    .agent-warp li {
        margin: 2% 0 0 57px;
        padding: 15px;
    }

    .intro {
        overflow: hidden;
        height: 24px;
        line-height: 24px;
    }

    .more-agent {
        display: block;
        margin-top: 20px;
    }

    .youShi li {
        margin-left: 1%;
    }

    .youShi li img {
        height: 326px;
    }

    .youShi ul {
        margin-top: 4%;
    }

    .liu_log {
        margin-top: 11%;
    }

    .switch {
        left: 11%;
        width: 79%;
    }
}

@media (min-width: 1550px) and (max-width: 1860px) {
    .jieSao ul {
        position: absolute;
        top: 6%;
        left: 0%;
    }

    .jieSao li {
        font-size: 22px;
        line-height: 46px;
    }

    .youShi li {
        margin-left: 5%;
    }
}

@media (max-width: 1366px) {
    .main-contain2 {
        width: 134% !important;
    }

    .yuRight-img img {
        height: 230px;
    }

    .wtNew-lfsix {
        height: 623px;
    }

    .couPon-warp {
        width: 960px;
    }

    .couPon-cont li {
        width: 412px;
    }

    .couPon-left {
        width: 145px;
        height: 105px;
        line-height: 101px;
        font-size: 16px;
    }

    .couPon-right {
        width: 265px;
        height: 105px;
    }

    .couright-tit {
        padding: 8px 10px 8px 15px;
        border-bottom: 1px dashed #EEE;
    }

    .couright-tit p {
        margin-top: 0;
    }

    .couPon-tip {
        padding: 8px 0 8px 33px;
        background: url("../images/couTip_log.png") no-repeat 11px 7px;
    }

    .couPon-left span {
        font-size: 60px;
    }

    .couPon-use {
        top: 10px;
    }

    .couright-tit p span {
        width: 153px;
    }

    .click-more {
        width: 960px;
    }

    .helpSearch-box {
        width: 960px;
    }

    .helpCont-warp {
        width: 918px;
    }

    .helpCont-left {
        width: 63%;
    }

    .right-warp {
        width: 88%;
    }

    .helpDetail-warp {
        width: 960px;
    }

    .helpDetail-left {
        width: 60%;
    }

    .helpResult-warp {
        width: 958px;
    }

    .helpResult-box {
        width: 65%;
    }

    .helpResult-left {
        width: 94%;
    }

    .ecoman-box {
        width: 960px;
    }

    .ecoman-min li {
        width: 303px;
        margin-left: 21px;
    }

    .ecoman-person {
        width: 72%;
    }

    .ecoman-info {
        width: 82%;
        margin: 15px 0 0 40px;
    }

    .ecoman-btn {
        width: 76%;
        margin: 20px auto;
    }

    .helpDetail-right {
        width: 32%;
    }

    .exchangeNew-tu, .wtNew-box {
        width: 960px;
    }

    .price-btn .kanjia {
        margin: 10px 20px;
    }

    .hiuanBiao-sub {
        width: 606px;
    }

    .exchangeNew-left {
        width: 422px;
    }

    .exchangeNew-right {
        width: 485px;
    }

    .exchangeNew-left input {
        width: 250px;
    }

    .tabHua-box2 {
        top: 103px;
    }

    .aboutNew-list li:last-child {
        padding-bottom: 0;
    }

    .orginGoods-box, .serveNew-box, .giveNme-box {
        width: 960px;
    }

    .orginAdvant-left {
        width: 73%;
    }

    .orginAdvant-left li h3 {
        font-size: 22px;
    }

    .orginAdvant-left li p {
        font-size: 12px;
    }

    .saleNew-cont, .listUnsub-cont, .huiYuan-warp, .zhenJia-warp, .yuQiang-warp, .yuJian-cont, .beiAn-box, .beiDetail-box {
        width: 960px;
    }

    .escrow_top {
        text-indent: 2.5em !important;
    }

    .yuQiang-zan {
        margin-left: 97px;
    }

    .ecomanNew-left {
        width: 582px;
    }
    .broker-top-banner{
        width: 100%;
    }

    .dnNew-yu, .dnNew-wang, .dnNew-other {
        width: 688px;
    }

    .dnNew-yu li h2, .dnNew-wang li h2, .dnNew-other li h2, .dnwang-name {
        font-size: 18px;
    }

    .yuWei-right {
        width: 228px;
    }

    .yuWei-left {
        width: 710px;
    }

    .saiXuan-right {
        width: 87%;
    }

    .wtNew-right {
        width: 72%;
    }

    .wtTwo-sheng {
        width: 759px;
    }

    .wtDetail-link {
        width: 128px;
    }

    .wtDetail-jia {
        width: 100px;
    }

    .wtDetail-left, .wtCheng-log {
        width: 623px;
    }

    .wtDetail-zuo {
        width: 60%;
    }

    .wtNew-img {
        width: 133px;
        height: 50px;
        vertical-align: -13px;
    }

    .wtNew-word.ts {
        vertical-align: -7px;
    }

    .wtNew-advone img, .wtNew-advtwo img {
        height: 61px;
    }

    .saiXuan-right a {
        padding: 0 36px 0 0;
    }

    .wtDetail-name {
        width: 66%;
    }

    .wtDetail-name.ow {
        width: 341px;
    }

    .myColle-nav {
        width: 86%;
    }

    .wtDetail-name span {
        padding: 0 5px;
    }

    .wtDetail-collec, .wtDetail-gu {
        width: 90px;
    }

    .wtDetail-dai {
        width: 74px;
    }

    .wtSale {
        right: 18px;
    }

    /*小屏换一换切换样式*/
    .hiuanBiao-qian {
        position: relative;
        float: left;
        width: 72%;
        height: auto;
    }

    .hiuanBiao-qian li {
        display: inline-block;
        margin-right: 9px;
        margin-bottom: 10px;
    }

    .hiuanBiao-qian li a {
        position: relative;
        display: block;
        vertical-align: middle;
        padding: 8px 5px;
        font-size: 14px;
        color: #222;
        border: 1px solid #E5E5E5;
        border-radius: 2px;
        z-index: 100;
    }

    .hiuanBiao-qian li.on a {
        border-bottom: 1px solid #FAFAFA;
        background: #FAFAFA;
        padding: 17px 12px;
    }

    .hiuanBiao-sub {
        position: absolute;
        top: 53px;
        left: 0;
        width: 653px;
        height: auto;
        border: 1px solid #E5E5E5;
        background: #FAFAFA;
        z-index: 99;
    }
}

.saoma {
    width: 200px;
    height: 300px;
    position: absolute;
    float: right;
    margin-top: 85px;
    left: 50%;
}

.saomaImg1 {
    width: 96%;
    height: 200px;
    padding: 2%;
    border: 1px solid #4aaf1a;
}

.saomaImg2 {
    width: 70%;
    height: 30px;
    margin-left: 15%;
    margin-top: 10%;
}

/* 车委托列表 */
.wtWang-box-car li {
    height: 220px !important;
}

.wtNew-log1-car {
    width: auto;
    height: 80%;
    width: 200px;
    height: 150px;
}

.wtNew-log2-car {
    width: 65%;
    float: right;
    overflow: hidden;
}

.wtWang-nav-car {
    width: 160px;
}

.wtWang-class-car {
    width: 485px;
}

.yuRight-box-car li {
    height: 280px;
}

.yuRight2-box-car li {
    height: 300px;
}

.wtNew-cont-car2 {
    height: 50px;
    line-height: 20px;
    overflow: hidden;
    margin: 15px 0;
}

.wtDetail-dai-car {
    display: inline-block;
    width: 77px;
    height: auto;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 14px;
    color: #FF7720;
    background: url(../images/wtNew_lins.png) no-repeat left center;
}

.wtTwo-box-car-text {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}


/* 车委托列表end */

/* 轮播图 */
.swiper-container {
    /* width: 100%; */
    width: 700px;
    height: 450px;
    float: left;
}

.swiper-advertise {
    width: 100%;
    height: 600px;
    overflow: hidden;
    text-align: center;
}

.swiper-advertise .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}

.wtTwo-box-car-tit {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 30px;
}

/* 轮播图end */


/* 车上传照片样式 */
#upload {
    width: 80%;
    display: block;
    margin-left: 125px;
    cursor: pointer;
}

.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 240px;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 240px;
    height: 180px;
    line-height: 178px;
    text-align: center;
}

.avatar {
    width: 240px;
    height: 180px;
    display: block;
}

.el-icon-plus:before {
    position: absolute;
    top: 70px;
    left: 100px;
}

.avatar-uploader {
    display: inline-block;
}

.trade_car_right {
    display: inline-block;
    width: 180px;
    height: 180px;
    position: absolute;
    color: #999;
    font-size: 12px;
}

.trade_car_right p {
    margin-bottom: 5px;
    margin-left: 50px;
}


.trade_car_line {
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 40px 0 40px 0;
}

.trade_car_rights {
    float: right;
    width: 200px;
}

.picImg, .thumbnail, .thumbnail img {
    width: 240px;
    height: 180px;
}

.thumbnail {
    padding: 10px;
    border: 1px solid #ccc;
}

.fbwt-thumbnail, .fbwt-thumbnail img {
    width: 200px;
    height: 150px;
}

.btn-file {
    border: 2px solid #17A1FF;
    color: #17A1FF;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: 160px;
    left: 30px;
}

.trade_car_adive {
    position: absolute;
    font-size: 12px;
    color: #999;
    margin-left: 30px;
}

.trade_car_adive p {
    line-height: 20px;
}

/* 车上传照片样式en */
#img-container {
    margin-left: 125px;
}

#fbwt2-img-container {
    margin-left: 145px;
}

#img-container:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

#fbwt2-img-container:after {
    content: '.';
    display: block;
    height: 0;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

.img-item {
    position: relative;
    float: left;
    margin-right: 0.1875rem;
    margin-bottom: 0.1875rem;
    height: 180px;
    width: 180px;
    box-sizing: border-box;
    border-radius: 10px;
}

.img-thumb {
    border: 1px solid #000;
}

.thumb-icon {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.img-up-add {
    /* display: table; */
    border: 1px dashed #E0E0E0;
}

.img-add-icon {
    font-size: 50px;
    margin-top: 70px;
    margin-left: 70px;
}

.img-add-icon1 {
    font-size: 50px;
    margin-top: 45px;
    margin-left: 28px;
}

.img-remove {
    position: absolute;
    right: -0.1875rem;
    top: -0.1875rem;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #f7333d;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    overflow: hidden;
    background-clip: padding-box;
}

#img-file-input {
    display: none;
}

.select-car {
    width: 295px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-indent: 1em;
    color: #333;
    appearance: normal;
}

/* 车委托详情页面 */
.dealtitle-cars {
    position: relative;
    margin-bottom: 90px;
}

.dealtitle-car {
    width: 220px;
    height: 160px;
    position: absolute;
    right: 0;
    top: 0;
}

/* 车委托详情页面end */
.dealobject-car-title {
    color: #555;
    font-weight: bold;
    padding: 20px;
}

.dealobject-car-text {
    color: #555;
    padding: 20px;
    padding-top: 0;
    word-break: break-all;
}

.dealobject-car-image {
    width: 160px;
    height: 160px;
    border-radius: 10px;
}

/* end */
/* 委托大厅 */
.luxury-car {
    padding: 2px 10px;
    background: #3892f2;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}

.car-yuming {
    background: #f69958;
}

.car-wangzhan {
    background: #fa6553;
}

.car-zimeiti {
    background: #4669ea;
}

.car-guanggao {
    background: #31a4e5;
}

.car-qita {
    background: #359549;
}

.trade-title-pic {
    margin-left: 120px;
    margin-bottom: 50px;
    color: #333;
}

.notClick {
    pointer-events: none;
}

.saleNew-wen-car {
    width: 100px !important;
    float: left;
    width: 180px !important;
    height: 180px !important;
    position: absolute;
    top: 0;
    left: 35px;
}

.cream-car {
    color: #FF8018 !important;
    display: inline-block;
    max-width: 50px;
    /* width: 50px; */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}

.cream-cars a, .cream-cars span {
    overflow: hidden;
    display: inline-block;
    color: #999;
}

.wtr-addMore {
    font-size: 14px;
    margin: 0 45px;
    overflow: visible;
}

.wtr-addMore a {
    color: #0F75CE;
}

/* end */
.btn-wtgm {
    float: right;
    background: #17A1FF;
    color: #fff;
    position: relative;
    top: -25px;
    outline: none;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 4px;
    line-height: 1.5;
}

.btn-wtgm1 {
    position: relative;
    top: 15px;
    right: 15px;
}

/* center改版 */
.aside-left {
    width: 12%;
    height: auto;
    background: #FFF;
    overflow: hidden;
    float: left;
}

.aside-left-ul li {
    padding: 15px 30px 15px 20px;
    cursor: pointer;
}

.aside-left-ul li a:hover {
    color: #039ae1;
}

.asideBlue {
    border-left: 3px solid #039ae1;
    color: #039ae1;
}

.asideBlue a {
    color: #039ae1;
}

.main-contain {
    width: 60%;
    height: auto;
    /* overflow: hidden; */
    margin-left: 2%;
    float: left;
}

.main-contain2 {
    height: 150px;
    padding: 20px 13px;
    background: #fff;
    border-radius: 5px;
    padding-bottom: 0;
    width: 139%;
}

.aside-right {
    width: 24%;
    height: auto;
    background: #FFF;
    float: left;
    margin-left: 2%;
    text-align: center;
    margin-top: 180px;
}

.aside-right1 {
    padding: 30px 20px;
    /* width: 100%; */
    background: #FFF;

}

.aside-right-text {
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 25px;
    margin: 30px 0;
}

.aside-right-btn {
    width: 100%;
    border: 1px solid #ff6900;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    color: #ff6900;
    font-size: 14px;
    display: inline-block;
}

.aside-right-btn a {
    color: #ff6900;
    font-size: 14px;
}

.aside-right-btn1 {
    width: 80%;
    margin-bottom: 30px;
}

.aside-right-line {
    width: 100%;
    height: 1px;
    background: #ebebeb;
    margin: 40px 0;
}

.aside-right-text2 {
    width: 100%;
    color: #666;
    font-size: 14px;
    height: 30px;
    /* margin-bottom: 15px; */
}

.aside-right-text3 {
    width: 50%;
    float: left;
    height: 30px;
    line-height: 30px;

}

.aside-right-img {
    vertical-align: middle;
}

.main-right-cont {
    float: right;
    overflow: hidden;
    width: 260px;
}

.main-right-cont a {
    display: block;
    width: 118px;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 14px;
    color: #00ABF2;
    text-align: center;
    border: 1px solid rgba(0, 171, 242, .3);
    border-radius: 50px;
}

.main-right-cont a i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background: url(../images/log_16.png) no-repeat;
    vertical-align: -2px;
}

.main-right-cont a:hover {
    background: #00ABF2;
    color: #FFF;
}

.main-right-cont a:hover i {
    background: url(../images/log_20.png) no-repeat;
}

.main-contain-money {
    float: right !important;
    height: 34px;
    line-height: 32px;
    font-size: 14px;
    color: #999 !important;
}

.main-contain-money span {
    vertical-align: middle;
}

.main-contain1 {
    width: 100%;
}

.main-contain1 ul li {
    font-weight: normal;
}

/* .aside-right2{
	border-top: 20px solid #fafafa;
	background: #FFF;
} */
.Zj_center_line {
    border-bottom: 20px solid #fafafa;
    background: #FFF;
}

.aside-right2-1 {
    font-size: 18px;
    color: #333;
    float: left;
}

.aside-right2-2 {
    color: #666;
    font-size: 14px;
    float: right;
}

.aside-right22 {
    /* width: 100%; */
    height: 40px;
    line-height: 40px;
    padding: 15px 25px;
    background: #fff;
    border-bottom: 1px solid #ebebeb;
}

.aside-right23 {
    /* width: 100%; */
    height: 149px;
    padding: 20px 25px;
    background: #fff;
    overflow: hidden;
}

.aside-right23-1 {
    width: 100%;
    height: 40px;
    margin-bottom: 15px;
}

.aside-right23-2 {
    width: 40%;
    float: left;
    text-align: left;
}

.aside-right23-3 {
    width: 60%;
    float: right;
    text-align: right;
}

.aside-right23-text {
    color: #999;
    font-size: 14px;
    padding-top: 5px;
}

.aside-right23-cz {
    font-size: 16px;
    color: #333;
}

.aside-right23-blue {
    font-size: 16px;
    color: #49c040;
}

.aside-right23-red {
    font-size: 16px;
    color: #ff3838;
}

.main-contain-color {
    color: #ff6900;
    vertical-align: middle;
}

.main-contain-color:hover {
    color: #ff6900;
}

.main-contain-qd {
    color: #ff6900;
    border: 1px solid #ff6900;
    padding: 0 10px;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 3px;
    font-size: 12px;
    vertical-align: middle;
}

.main-contain-qd:hover {
    /* color: #ff6900; */
    background: #ff6900;
    color: #fff;
}

.aside-right-btn:hover {
    /* border: 1px solid #17A1FF; */
    background: #ff6900;
    color: #fff;
}

.main-contain-ul {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
}

.main-contain3 {
    /* border-top: 10px solid #F8F8F8; */
    height: 140px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
}

.main-contain3-1 {
    width: 27%;
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
    margin: 5% 0;
    padding: 0 3%;
    color: #333;
    font-size: 18px;
}

.noneLine {
    border: none;
}

.main-contain3-2 {
    padding-top: 30px;
}

.main-contain-title {
    color: #999;
    font-size: 14px;
}

.main-contain4 {
    color: #ff7a26;
    color: 14px;
    padding: 10px 0;
}

.main-contain5 {
    width: 100%;
    /* border: 1px solid red; */
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

.main-contain5-1 {
    width: 23.5%;
    /* border: 1px solid #eee; */
    height: 100px;
    float: left;
    -moz-box-shadow: 1px 1px 2px #eee; /* 老的 Firefox */
    box-shadow: 1px 1px 2px #eee;
    margin-right: 2%;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.main-contain5-1 p {
    color: #333;
    font-size: 14px;
    padding-top: 5px;
}

.main-contain5-1 img {
    padding-top: 10px;
}

.main-contain5-1:last-child {
    margin-right: 0px;
}

.main-contain6 {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    overflow: hidden;
    /* height: 316px; */
    border-radius: 5px;
}

.main-contain6-ul {
    height: 250px;
    overflow: hidden;
}

.main-contain6-top {
    width: 94%;
    border-bottom: 1px solid #ebebeb;
    padding: 20px;
    overflow: hidden;
}

.main-contain6-top1 {
    color: #333;
    font-size: 18px;
}

.main-contain6-top2 {
    color: #666;
    font-size: 14px;
    float: right;
}

.main-contain6-mid {
    text-align: center;
    width: 60%;
    height: 180px;
    overflow: hidden;
    margin-left: 22%;
    margin-top: 70px;
}

.main-contain6-mid1 {
    width: 20%;
    /* float: left;
	text-align: left; */
    height: 90px;
}

/* .main-contain6-mid2{
	width: 80%;
	float: left;
	text-align: left;
} */
.main-contain-mid21 {
    color: #999;
    font-size: 14px;
    padding: 20px;
    display: block;
}

.main-contain-btn {
    border: 1px solid #ff6900;
    border-radius: 30px;
    color: #ff6900;
    font-size: 14px;
    padding: 5px 30px;
    margin-left: 20px;
    display: none;
}

.main-contain-btn:hover {
    /* color: #ff6900; */
    color: #fff;
    background: #ff6900;
}

.main-contain6-li {
    padding: 20px;
    width: 94%;
    overflow: hidden;
}

.main-contain6-li1 {
    width: 60%;
    float: left;

}

.main-contain6-li1-1 {
    width: 60%;
    float: left;
    line-height: 3;
}

.main-contain6-li1-1 span {
    width: 30%;
    display: inline-block;
}

.main-contain6-li1-red {
    color: #ff3838;
}

.main-contain6-li11 {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.main-contain6-li2 {
    width: 27%;
    float: left;
    line-height: 3;
    color: #ff3838;
    text-align: center;
}

.main-contain6-li3 {
    width: 13%;
    float: left;
    line-height: 3;
}

.main-contain6-li33 {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 3px 8px;
}

.main-contain6-li12 {
    color: #666;
    font-size: 12px;
}

.main-contain6-li13 {
    color: #ccc;
    padding: 0 5px;
}

/* 实名认证css */
.smrz-contain {
    width: 86%;
    height: auto;
    /* overflow: hidden; */
    margin-left: 2%;
    float: left;
}

.smrz-contain2 {
    height: 80px;
    background: #fff;
    border-radius: 5px;
}

.smrz-contain21 {
    font-size: 14px;
    color: #333;
    width: 100px;
    text-align: center;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 40px;
    line-height: 80px;
    margin-left: 30px;
}

.smrz-choose {
    color: #fff;
    background: #00abf2;
}

.smrz-contain3 {
    height: 140px;
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}

.smrz-contain31 {
    padding: 6% 30% 0;
    text-align: center;
}

.smrz-contain32 {
    width: 30%;
    float: left;
}

.smrz-contain33 {
    width: 40%;
    float: left;
    border-bottom: 2px dashed #e6e6e6;
    height: 10px;
}

.smrz-contain34 {
    width: 30%;
    float: left;
}

.smrz-contain32-1 {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
    border-radius: 50%;
    border: 1px solid #999;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
}

.smrz-contain32-one {
    background: #00abf2;
    color: #fff;
    border: none;
}

.smrz-contain32-2 {
    color: #666;
    font-size: 12px;
    padding-top: 10px;
}

.smrz-contain32-blue1 {
    border-radius: 50%;
    background: #00abf2;
    color: #fff;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    border: none;
}

.smrz-contain32-blue2 {
    color: #00abf2;
}

.smrz-contain4 {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
}
.smrz-contain4 .zfb_title{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0;
}
.smrz-contain4 .zfb_dt{
    text-align: center;
    color: #999;
    font-size: 14px;
    margin-top: 18px;
}

.smrz-contain41 {
    padding: 30px;
    color: #ff9a18;
    font-size: 14px;
    line-height: 25px;
}

.smrz-contain42 {
    width: 100%;
    overflow: hidden;
    padding: 30px 0 60px 0;
    color: #aaa;
}

.smrz-error, .smrz-error2, .smrz-error-username {
    color: red;
    padding-left: 10px;
}

.smrz-contain42-btn {
    width: 220px;
    height: 50px;
    line-height: 35px;
    background: #1ba7e5;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    margin-left: 150px;
    margin-top: 30px;
}

.smrz-contain42-btn1 {
    width: 220px;
    height: 50px;
    line-height: 35px;
    background: #1ba7e5;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    margin-left: 150px;
    margin-top: 30px;
}

.fqwt-contain42-btn1 {
    width: 220px;
    height: 50px;
    line-height: 35px;
    background: #1ba7e5;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    margin-left: 150px;
    margin-top: 30px;
    text-align: center;
}

.smrz-contain42-input {
    margin-bottom: 30px;
    overflow: hidden;
}

.smrz-contain42-input input {
    width: 320px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-indent: 1em;
    color: #333;
    border-radius: 5px;
}

.smrz-contain42-title {
    color: #666;
    font-size: 12px;
    margin-top: 30px;
    margin-left: 150px;
}

.smrz-contain42-name {
    color: #333;
    font-size: 14px;
    width: 148px;
    display: inline-block;
    text-align: right;
    padding-right: 15px;
}

.smrz-thumbnail {
    border: none;
    width: 240px;
    height: 150px;
    border-radius: 10px;
    float: left;
    width: 240px;
    height: 150px;
    cursor: pointer;
    padding: 0;
}

.smrz-contain42-img2 {
    float: left;
    width: 190px;
    height: 120px;
}

.smrz-contain42-name1 {
    float: left;
}

.smrz-contain42-input2 {
    width: 100%;
    overflow: hidden;
}

.smrz-contain42-one {
    width: 45%;
    float: left;
}

.smrz-contain42-two {
    width: 50%;
    float: right;
}

.smrz-contain42-two2 {
    width: 85%;
    overflow: hidden;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    margin-left: 40px;
    padding-top: 15px;
}

/*  */
.smrz-contain5 {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    /* height: 500px; */
}

.smrz-contain51 {
    padding: 40px 30px;
}

.smrz-contain51-title {
    color: #333;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px;
}

/* table */
.smrz-contain5-table {
    width: 100%;
    border: 1px solid #e6e6e6;
    font-size: 14px;
}

.smrz-contain5-table tr {
    border: 1px solid #e6e6e6;
}

.smrz-contain5-table td, .smrz-contain5-table th {
    padding: 20px 15px;
    color: #454545;
}

.smrz-contain5-table tr td:nth-child(4), .smrz-contain5-table tr td:nth-child(5) {
    text-align: center;
}

.smrz-contain5-table thead {
    background-color: #f2f2f2;
    color: #333;
}

.smrz-contain5-table tr td:nth-child(5) a {
    color: #b2b2b2;
}

.smrz-contain-color1 {
    color: #ed6d06 !important;
}

.smrz-contain-color2 {
    color: #30a75a !important;
}

.smrz-contain-color3 {
    color: #ff3838 !important;
    font-size: 14px;
}

.transaction-time {
    line-height: 20px !important;
}

.smrz-contain-color4 {
    color: #49c040 !important;
}

.smrz-contain-revise {
    cursor: pointer;
    background: #ff3838;
    color: #fff !important;
    padding: 8px 15px;
    border-radius: 5px;
}

.smrz-contain-revise:hover {
    color: #fff;
}

.smrz-contain-reason {
    color: #ff3838 !important;
}

.smrz-contain-reason1 {
    border: none !important;
}

/* 企业 */
.smrz-contain6 {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
}

.smrz-contain61 {
    padding: 30px;
}

.smrz-contain61-point {
    color: #ff9a18;
    line-height: 25px;
}

.transition-table th {
    /* color: #666!important; */
    font-weight: normal;
}

/* 账号管理 */
.zhgl-contain42 {
    width: 100%;
    overflow: hidden;
    padding-bottom: 80px;
    color: #aaa;
}

.zhgl-contain42-input {
    padding-bottom: 30px;
    padding-left: 30px;
}

.zhgl-contain42-btn1 {
    width: 180px;
    height: 35px;
    line-height: 35px;
    background: #1ba7e5;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
    margin-left: 30px;
}

.zhgl-contain42-name {
    color: #666;
    font-size: 14px;
    width: 80px;
    display: inline-block;
    text-align: left;
}

.zhgl-contain41 {
    padding: 30px;
    color: #ff9a18;
    font-size: 14px;
}

.zhgl-contain42-input input {
    width: 220px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-indent: 1em;
    color: #333;
    border-radius: 5px;
}

.zhgl-contain42-name2 {
    color: #1a1a1a;
}

.zhgl-contain42-change {
    color: #00abf2;
    padding-left: 20px;
    cursor: pointer;
}

/* 遮罩层 */
.zhgl-cover {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

.zhgl-cover1 {
    width: 760px;
    height: 540px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -380px;
    margin-top: -270px;
}

.zhgl-cover2 {
    padding: 20px;
    text-align: center;
}

.zhgl-cover2-close {
    float: right;
    cursor: pointer;
}

.zhgl-cover2-title {
    width: 100%;
    margin-top: 20px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.zhgl-cover2-circuit {
    border-bottom: 1px solid #e6e6e6;
    padding: 0 79px;
    margin: 30px;
    overflow: hidden;
    padding-bottom: 40px;
}

.zhgl-cover2-step {
    float: left;
    width: 20%;
}

.zhgl-cover2-step p {
    margin-top: 10px;
}

.zhgl-cover2-line {
    width: 100px;
    height: 15px;
    border-bottom: 1px dashed #e6e6e6;
    float: left;
}

.zhgl-cover3 {
    padding: 0 20%;
}

.zhgl-cover3-input {
    margin-bottom: 30px;
}

.zhgl-cover3-input input {
    width: 145px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-indent: 1em;
    color: #333;
    border-radius: 5px;
}

.zhgl-cover3-next {
    display: inline-block;
    width: 250px;
    height: 40px;
    background: #00abf2;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 25%;
}

.zhgl-cover3-input:last-child {
    text-align: center;
}

.zhgl-yzmpicture img {
    width: 140px;
    overflow: hidden;
}

.zhgl-yzmpicture {
    display: inline-block;
    float: right;
}

.smrz-hqbtn {
    display: block;
    float: right;
    width: 140px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center !important;
    border: 1px solid #ff9900 !important;
    border-radius: 4px !important;
    font-size: 16px;
    color: #ff9900 !important;
    background: #fff;
    cursor: pointer;
    text-indent: 0 !important;
}

.zhgl-cover2-one {
    color: #00abf2;
}

.zhgl-cover4 {
    padding: 0 20%;
    text-align: center;
}

.smrz-cover4-btn {
    width: 260px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #00abf2;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    background: #00abf2;
    cursor: pointer;
}

.zhgl-cover4-text1 {
    color: #333;
    font-size: 18px;
    padding: 30px 0 15px 0;
}

.zhgl-cover4-text2 {
    color: #999;
    font-size: 12px;
    padding-bottom: 40px;
}

.zhgl-kong {
    padding: 20px 0;
}

.zhgl-logout {
    padding: 0 30px;
    color: #666;
    font-size: 14px;
}

.zhgl-logout-title {
    font-size: 18px;
    padding: 20px 0;
}

.zhgl-logout-text {
    padding-bottom: 15px;
}

.zhgl-logout-btn {
    width: 180px;
    background: #ff3939;
    border-radius: 5px;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
}


.cwmx-contain5-table {
    width: 100%;
    border: 1px solid #ebebeb;
    font-size: 14px;
}

.cwmx-contain5-table tr {
    border: 1px solid #ebebeb;
}

.cwmx-contain5-table td, .cwmx-contain5-table th {
    padding: 20px 15px;
    color: #454545;
    text-align: center;
}

.cwmx-contain5-table tr td:nth-child(4), .cwmx-contain5-table tr td:nth-child(5) {
    text-align: center;
}

.cwmx-contain5-table thead {
    background-color: #fafafa;
    color: #333;
}

.cwmx-contain5-table tr td:nth-child(5) a {
    color: #b2b2b2;
}

.cwmx-pages {
    margin-top: 50px;
    overflow: hidden;
    text-align: right;
}

.cwmx-pages a {
    display: inline-block;
    min-width: 50px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #666;
    border-radius: 2px;
    border: 1px solid #d8dadf;
    margin-right: 18px;
}

.cwmx-pages a:hover {
    border: 1px solid #17A1FF;
    background: none;
    color: #17A1FF;
}

.cwmx-pages a.on {
    border: 1px solid #17A1FF;
    background: #17A1FF;
    color: #fff;
}

.wtjl-contain2 {
    background: #fff;
    border-radius: 5px;
}

.wtjl-contain41 {
    padding: 20px 30px;
    color: #ff9a18;
    font-size: 14px;
    position: relative;
}

.wtjl-contain41 p {
    padding-bottom: 5px;
}

.wtjl-contain41 p:last-child {
    padding-bottom: 0;
}

.wtjl-btn {
    position: absolute;
    right: 30px;
    top: 27%;
    width: 140px;
    background: #00abf2;
    color: #fff;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
}

.wtjl-btn:hover {
    color: #fff;
}

.wtjl-head {
    color: #333;
    font-size: 16px;
    margin-bottom: 30px;
    cursor: pointer;
    width: 50%;
    float: left;
}

.wtjl-head2 {
    margin-left: 20px;
}

.wtjl-head-color {
    color: #1ba7e5;
    border-bottom: 2px solid #1ba7e5;
    padding-bottom: 5px;
}

.wtjl-search {
    width: 50%;
    float: right;
    text-align: right;
}

.wtjl-search-btn {
    background: #00abf2;
    height: 32px;
    border-radius: 0 5px 5px 0;
    width: 50px;
    float: right;
    cursor: pointer;
}

.wtjl-search-input {
    text-indent: 1em;
    height: 30px;
    border: 1px solid #00abf2;
    border-radius: 5px 0 0 5px;
    /* float: right; */
}


.wtjl-contain5-table {
    width: 100%;
    /* border: 1px solid #ebebeb; */
    font-size: 14px;
    margin-top: 65px;
}

.wtjl-table {
    font-size: 12px;

}

.wtjl-table th {
    font-weight: normal;
}

.wtjl-contain5-table tbody {
    position: relative;
}

.wtjl-contain5-table tr {
    width: 100%;
    display: block;
    overflow: hidden;
}

.wtjl-tr {
    display: block;
    border: 1px solid #ebebeb;
    margin-top: 20px;
}

.wtjl-tr-title {
    width: 100%;
    text-align: left !important;
    background: #f7f7f7;
    font-weight: normal;
}

.wtjl-tr-name {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* float: left; */
    max-height: 40px;
    line-height: 20px !important;
    text-align: left;
    vertical-align: middle;
}

.wtjl-tr-title span {
    /* padding-left: 20px; */
    color: #666;
}

.transition-title span {
    padding: 0;
}

.wtjl-tr-title i {
    color: #333;
}

.wtjl-contain5-table th {
    display: inline-block;
    padding: 10px 7.5px;
    text-align: center;
    color: #333;
}
.wtjl-contain5-table-new th{
    padding: 10px 10px;
}

.wtjl-contain5-table td {
    margin: 15px 10px;
    color: #666;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    /* height: 40px; */
    /* line-height: 40px; */
}

.wtjl-contain5-table1 td {
    margin: 35px 10px;
}

.wtjl-contain5-table1 td div {
    text-align: center !important;
}

/* .wtjl-contain5-table tr td:nth-child(4),.wtjl-contain5-table tr td:nth-child(5){
	text-align: center;
} */
.wtjl-contain5-table thead {
    background-color: #f7f7f7;
    /* color: #333; */
}

.wtjl-contain5-table tr td:nth-child(5) a {
    color: #b2b2b2;
}

.wtjl-edit {
    cursor: pointer;
    color: #00abf2;
    /* border: 1px solid #00abf2; */
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block !important;
}

.wtjl-edit:hover {
    color: #333;
    /* background: #00abf2; */
}

.wtjl-btns {
    /* margin-top: 0px!important; */
    cursor: pointer;
    line-height: normal !important;
    font-size: 12px;
    vertical-align: middle;
}

.wtjl-btns a {
    display: inline-block;
    padding: 2px 5px;
}

.smrz-waring {
    color: red;
    margin-left: 150px;
}

.wtjl-edit2 {
    cursor: pointer;
    color: #999;
    border: 1px solid #e6e6e6;
    background: #e6e6e6;
    border-radius: 5px;
    padding: 2px 3px;
    display: inline-block !important;
}

.wtjl-edit3 {
    /* border: 1px solid #999; */
    padding: 2px 5px;
    display: inline-block !important;
    border-radius: 3px;
    color: #333;
}

.wtjl-edit3:hover {
    color: #333;
    /* background: #999; */
}

.wtjl-edit2:hover {
    color: #999;
}

.fbwt-return {
    float: right;
    line-height: 80px;
    margin-right: 20px;
    color: #666;
}

.fbwt-line {
    width: 100px;
    float: left;
    border-bottom: 2px dashed #e6e6e6;
    height: 10px;
    float: left;
}

.fbwt-step1 {
    float: left;
}

.fbwt-contain31 {
    padding: 6% 24% 0;
    text-align: center;
    font-size: 12px;
}

.fbwt-step-text1 {
    color: #00abf2;
    padding-top: 5px;
}

.fbwt-step-text2, .fbwt-step-text3 {
    color: #666;
    padding-top: 5px;
}

.fbwt-contain41 {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    padding: 55px 0 0 30px;
}

.fbwt-select {
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100px;
    height: 22px;
    line-height: 22px;
}

.fbwt-contain {
    width: 73%;
    float: left;
}

.fbwt-contain6 {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
}

.fbwt-point {
    font-size: 12px;
    color: #666;
    padding: 10px 123px 20px 168px;
}

.fbwt-contain42-input {
    position: relative;
}

.fbwt-contain42-input input {
    width: 318px;
    height: 38px;
    border: 1px solid #ddd;
    line-height: 38px;
    text-indent: 1em;
    color: #333;
    border-radius: 5px;
}

.fbwt-left {
    margin-left: 5px;
}

.fbwt-description {
    width: 298px;
    height: 100px;
    border: 1px solid #ddd;
    /* text-indent: 1em; */
    color: #333;
    border-radius: 5px;
    padding: 10px;
}

.fbwt-xieyi {
    margin-left: 150px;
    color: #333;
    overflow: hidden;
    margin-top: 10px;
}

.fbwt-xieyi input {
    float: left;
    margin-top: 3px;
}

.fbwt-xieyi p {
    float: left;
    margin-left: 10px;
}

.fbwt-xieyi a {
    color: #1185e1;
}

.fbwt-xieyi a:hover {
    color: #1185e1;
}

/* 发布成功 */
.fbwt-contain-success {
    width: 73%;
    float: left;
    text-align: center;
}

.fbwt-contain-success1 {
    padding: 20% 0;
}

.fbwt-success-text1 {
    font-size: 18px;
    color: #333;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: bold;
}

.fbwt-success-text2, .fbwt-success-text3 {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.fbwt-success-text3 {
    margin-bottom: 20px;
}

.fbwt-success-text4 a, .fbwt-success-text5 a {
    width: 230px;
    color: #fff;
    background: #00abf2;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid #00abf2;
    font-size: 16px;
}

.fbwt-success-text5 a {
    background: #fff;
    color: #666;
    border: 1px solid #666;
}

.fbwt-success-text4 a:hover {
    color: #fff;
}

.fbwt-success-text5 a:hover {
    color: #666;
}

/* 委托详情 */
.wtxq-name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    float: left;
    /* height: 50px; */
    max-height: 50px;
    width: 80%;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

/* .wtxq-name::after{content: "..."; position: absolute; bottom: 0; right: 0; padding-left: 40px;} */
.wtxq-name2 a {
    width: 20%;
    float: right;
    text-align: right;
    color: #00abf2;
    font-size: 14px;
}

.wtxq-name2 a:hover {
    color: #00abf2;
}

.wtxq-contain {
    background: #fff;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 14px;
    overflow: hidden;
}

.wtxq-contain1 {
    padding: 40px 30px 100px 30px;
    overflow: hidden;
}

.wtxq-contain2 {
    width: 100%;
    overflow: hidden;
}

.wtxq-contain2-title {
    margin-top: 25px;
    font-size: 14px;
    width: 100%;
    overflow: hidden;
}

.wtxq-contain-name {
    color: #666;
    overflow: hidden;
    /* padding-right: 50px; */
    float: left;
    width: 10%;
    line-height: 25px;
}

.wtxq-contain-name2 {
    color: #333;
    overflow: hidden;
    width: 90%;
    float: right;
    line-height: 25px;
}

.wtxq-contain3 {
    margin-top: 40px;
    border-top: 1px solid #ebebeb;
    padding-top: 40px;
}

.wtxq-contain3-title {
    color: #333;
    font-size: 16px;
    padding-bottom: 10px;
}

.wtxq-contain2-edit {
    background: #1ba7e5;
    color: #fff;
    height: 45px;
    width: 220px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    margin-top: 20px;
}

.wtxq-contain2-edit:hover {
    color: #fff;
}

.wtxq-img {
    width: 700px;
    height: 450px;
}

.fbwt2-subtitle {
    color: #666;
    font-size: 12px;
    margin-top: 5px;
    font-weight: normal;
}

.fbwt2-choose, .fbwt2-choose1, .fbwt2-choose2, .fbwt2-choose3, .fbwt2-choose4, .fbwt2-choose5, .fbwt2-choose6 {
    display: inline-block;
}

.fbwt2-choose-li {
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 7px 30px;
    color: #333;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
}

.fbwt2-li {
    border: 1px solid #e6e6e6;
    position: relative;
    color: #333;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0 !important;
    padding: 2px 5px;
}

.fbwt2-choose-li2 {
    border: 1px solid #00abf2;
    color: #00abf2;
    display: inline-block;
    background: url(../images/fbwt_icon.png) no-repeat;
    background-position: 100% 0%;
}

.fbwt2-rili {
    position: absolute;
    right: 220px;
    top: 10px;
}

.fbwt2-rili2 {
    position: absolute;
    right: 350px;
    top: 10px;
}

.container1 {
    width: 78%;
    /* display: inline-block; */
    float: right;
}

.fbwt2-btn-file {
    border: 2px solid #1ba7e5;
    color: #1ba7e5;
    border-radius: 5px;
    font-size: 12px;
    text-align: center;
    position: relative;
    top: 150px;
    left: 30px;
}

.fbwt2-btn-file {
    padding: 5px 10px;
}

.img-add-icon2 {
    font-size: 50px;
    margin-top: 45px;
    /* margin-left: 28px; */
    position: absolute;
    top: 10px;
    left: 41%;
}

.fqzj-contain31 {
    padding: 5% 31% 0;
    text-align: center;
    font-size: 12px;
}

.fqzj-cream {
    height: auto;
    margin: 0;
}

.fqzj-warn {
    margin: 20px 0 0 30px;
    overflow: hidden;
    padding: 20px 30px;
    background: #fff8ea;
    color: #ff3838;
    font-size: 14px;
    letter-spacing: 1px;
}

.fqzj-warn2 {
    margin: 20px 0 0 30px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #e1eaf0;
    color: #666;
    font-size: 14px;
    letter-spacing: 1px;
}

.fqzj-disabled {
    color: #999 !important;
    background-color: #e6e6e6 !important;
    border: 1px solid #e6e6e6 !important;
}

.fqzj-tra5 {
    border: none;
    padding: 0;
}

.fqzj-money {
    padding-top: 30px !important;
}

.fqzj-contain42 {
    color: #333;
    font-size: 14px;
    width: 75%;
    float: right;
}

.fqzj-contain42-name {
    color: #333;
    font-size: 14px;
    width: 120px;
    display: inline-block;
    text-align: right;
}

.fqzj-regular-radio:checked + label {
    background-color: #fff !important;
    color: #00abf2 !important;
    border: 1px solid #00abf2;
    color: #00abf2;
    display: inline-block;
    background: url(../images/fbwt_icon.png) no-repeat;
    background-position: 100% 0%;
    border-radius: 0;
}

.fqwt-previous {
    display: inline-block;
    text-align: center;
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 4px;
    color: #1ba7e5;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 30px;
    border: 1px solid #1ba7e5;
}

.fqzj-title2 {
    color: #333;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 30px 0 0 30px;
}

.fqzj2-contain3 {
    min-height: 140px;
    background: #fff;
    border-radius: 5px;
    position: relative;
    /* overflow: hidden; */
    padding-bottom: 20px;
}

.fqzj2-contain3-bg {
    background: url(../images/fqzj-bg2.png) no-repeat;
    width: 220px;
    height: 50px;
    background-size: 100% 100%;
    position: relative;
    float: right;
    right: -12px;
    top: 25px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fafafa;
}

.fqzj2-contain {
    float: left;
    overflow: hidden;
    width: 75%;
}

.fqzj-title3 {
    font-size: 14px;
    color: #666;
    padding: 25px 0 0 30px;
}

.fqzj-title4 {
    font-size: 14px;
    color: #666;
    padding: 15px 0 0 30px;
}

.fqzj-title4 span {
    margin-right: 25px;
}

.fqzj2-contain4 {
    height: 200px;
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
}

.fqzj2-contain4-1 {
    padding: 30px;
    text-align: center;
}

/*  */
.fqzj2-contain4-1 li {
    display: inline-block;
}

.fqzj2-contain4-1 p {
    margin-top: 20px;
}

.fqzj2-line {
    width: 70px;
    height: 15px;
    border-top: 2px dashed #00abf2;
    margin: 0 20px;
}

.fqzj2-line2 {
    width: 70px;
    height: 15px;
    border-top: 2px dashed #e6e6e6;
    margin: 0 20px;
}

.fqzj2-contain4-2 {

    /* display: inline-block; */
}

.fqzj2-contain4-2 li {
    display: inline-block;
    width: 13.9%;
    text-align: center;
}

.fqzj2-contain4-2 div {
    padding-top: 20px;
    width: 100%;
    font-size: 12px;
    color: #333;
    word-break: break-all;
    white-space: normal;
    margin-bottom: 10px;
    height: 45px;
    /* padding-left: 15%; */
    text-align: center;
}

.fqzj2-contain4-2 p {
    /* margin-top: 10px; */
    color: #999;
    font-size: 12px;
    display: inline-block;
    height: 16px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.fqzj2-bottom {
    width: 100%;
    background: #fff;
    border-radius: 5px;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 75px;
}

.fqzj2-bottom1 {
    float: left;
}

.fqzj2-bottom2 {
    float: right;
    color: #333;
    font-size: 16px;
}

.fqzj2-bottom2 a {
    cursor: pointer;
    margin-left: 35px;
}

.fqzj2-bottom3 {
    padding: 30px 60px;
}

.fqzj2-yfje {
    color: #ff3a3a;
    font-size: 14px;
}

.fqzj2-money {
    color: #ff3838;
    font-size: 22px;
    font-weight: bold;
    margin-left: 35px;
}

.fqzj2-ht {
    font-size: 14px;
    color: #999;
}

.fqzj2-agree {
    font-size: 22px;
    color: #fff;
    background: #1ba7e5;
    padding: 15px 38px;
    border-radius: 5px;
    line-height: 10px;
    cursor: pointer;
}

.fqzj2-agree:hover {
    color: #fff;
}

.fqzj_quxiao {
    position: absolute;
    bottom: 0;
    margin-left: 70px;
}

.shouhou-fk {
    margin-top: 50px;
    color: #ff7e00 !important;
}

.collect-title {
    width: 40%;
    text-align: left !important;
    vertical-align: middle;
}

.collect-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    /* line-height: 20px; */
    vertical-align: middle;
}

.collect-table th, .collect-table td {
    color: #333;
}

.collect-wz {
    color: #666 !important;
}

.collect-quxiao {
    border: 1px solid #ccc;
    width: 33%;
    text-align: center;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 3px;
    padding: 3px 5px;
    cursor: pointer;
}

/* 申请提现 */
.tixian-main1 {
    width: 100%;
    /* height: 100px; */
    background: #fff;
    border-radius: 5px;
}

.tixian-withdrawals {
    padding: 50px 30px;
}

.tixian-title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-bottom: 10px;
}

.tixian-title1 {
    font-size: 12px;
    color: #666;
    padding-bottom: 40px;
}

.tixian-text {
    font-size: 14px;
    color: #333 !important;
}

.tixian-btn {
    display: block;
    width: 220px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    background: #1ba7e5;
    font-size: 16px;
    border-radius: 4px;
    margin: 30px 0 24px 110px;
    cursor: pointer;
}

.tixian-add {
    font-size: 14px;
    color: #ff9a37;
    padding-left: 20px;
}

.tixian-add:hover {
    color: #ff9a37;
}

.tixian-right {
    margin-right: 20px !important;
    color: #333 !important;
}

.tianjia-del {
    padding: 5px 10px;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    border-radius: 5px;
    cursor: pointer;
}

.tianjia-del:hover {
    color: #fff;
    background: #999;
}

/* .cwmx-contain5-table td:nth-child(3){
	color: #333;
} */
.cwmx-contain5-table {
    margin-bottom: 45px;
}

.cwmx_changeColor {
    color: #666 !important;
}

.transaction-bannerTrade {
    width: 100%;
    height: 340px;
    /* line-height: 50px; */
    background: url(../images/my_transaction.png) no-repeat center center;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.transaction-top1 {
    font-size: 42px;
    padding-top: 50px;
    font-family: '方正隶变简体'
}

.transaction-top2 {
    font-size: 16px;
    margin-top: 20px;
}

.transaction-top3 {
    font-size: 20px;
    color: #fafafa;
    padding: 10px 40px;
    background: #ff9900;
    border-radius: 40px;
    margin-top: 35px;
    display: inline-block;
}

.transaction-top3:hover {
    color: #fafafa;
}

.transaction-title {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 5px 5px #f0f0f0;
    background: #fff;
    position: relative;
    top: -70px;
}

.transaction-content1 {
    width: 100%;
    background: #fff;
    height: 215px;
    /* overflow: hidden;
	position: relative; */
}

.transaction-title1 {
    float: left;
    width: 16.666%;
    text-align: center;
    padding: 20px 0;
}

.transaction-title1 p {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    font-weight: bold;
}

.transaction-start {
    background: #fff;
    margin-top: 20px;
    border-bottom: 50px solid #f8f8f8;
}

.transaction-choose {
    width: 1080px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
    top: -70px;
}

.transaction-choose-ul li {
    float: left;
    padding: 0 4.7%;
    cursor: pointer;
    color: #666;
    font-size: 14px;
}

.transaction-choose-ul li a {
    color: #666;
}

.transaction-choose-ul li a:hover {
    color: #007bb1;
}

.transaction-on {
    color: #007bb1 !important;
}

.transaction-choose2 {
    width: 1080px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: -70px;
}

.transaction-choose2-1 {
    overflow: hidden;
    width: 35%;
    text-align: center;
    margin: 0 auto;
}

.transaction-choose2 ul li a {
    float: left;
    text-align: center;
    color: #999;
    font-size: 16px;
    padding: 0 10px 20px 10px;
    margin-right: 30px;
}

.transaction-choose2 ul li a:hover {
    color: #067ab9;
}

.transaction_right a:hover {
    color: #067ab9;
}

.transaction-choose2 li:last-child {
    margin: 0;
}

.transaction2-on {
    border-bottom: 2px solid #067ab9;
    color: #067ab9 !important;
}

.transaction-content {
    width: 100%;
    background: #f8f8f8;
}

.transaction-deal {
    padding: 35px 20px;
}

.transaction_right {
    float: right;
    margin-right: 20px;
}

.transaction_right a {
    font-size: 14px;
    color: #666;
}

.transaction-nocontent {
    text-align: center;
    font-size: 18px;
    color: #b2b2b2;
    padding: 100px 0;
}

.transaction-nocontent p {
    padding-top: 10px;
}

.transaction-tr-title {
    border-top: 1px solid #e5e5e5;
    color: #ff9424 !important;
    /* padding-left: 30px!important; */
    overflow: hidden;
}

.smrz-btn-file {
    /* border: 2px solid #17A1FF; */
    border: none;
    color: #17A1FF;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: -155px;
    left: 0;
    width: 240px;
    height: 150px;
    display: inline-block;
}

.smrz-btn2 {
    height: 160px;
}

.smrz-fileinput {
    margin-left: 10px;
}

.smrz-step1, .smrz-step2, .cover2-step33, .cover2-step22, .cover2-ok, .cover2-step11, .cover3-step11, .cover3-step22, .cover3-ok, .cover3-step33, .zhgl-step11, .zhgl-step22, .zhgl-ok, .zhgl-step33, .fqzj-step11, .fqzj-ok, .fqzj-step22, .fqzj-step33 {
    display: none;
}

.fqzj-datetimepicker {
    width: 80px !important;
}

.certificate-aboutNew-list li {
    border-bottom: none;
    padding-bottom: 0;
}

.certificate-aboutNew-com p {
    text-align: left;
    font-size: 24px;
    color: #333;
    padding-left: 90px;
    padding-bottom: 25px;
}

.Zj_center_sign_log {
    width: 84px !important;
    height: 30px !important;
}

.Zj_center_quanList {
    line-height: 30px;
    height: 30px;
    margin-left: 10px;
    padding: 0 10px;
    font-size: 12px;
}

.Zj_center_quanList img {
    top: 8px;
}

.Zj_center_right1 {
    width: 80px;
    height: 60px;
    overflow: hidden;
}

.Zj_center_right2 {
    color: #ccc;
    font-size: 14px;
    padding-top: 5px;
}

.Zj_center_right {
    margin-top: 20px;
    overflow: hidden;
    max-height: 150px;
    height: 150px;
}

.Zj_center_right4 {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
}

.Zj_center_right4 span {
    line-height: 30px;
    float: left;
}

.Zj_center_right4 img {
    float: left;
    margin: 0 5% 0 10%;
    width: 31px;
    height: 30px;
}

.Zj_center_blue {
    color: #00ABF2;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.Zj_modify_table {
    width: 100%;
    background: #fff;
    margin-top: 20px;
    padding: 0 30px;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.Zj_modify_table2 {
    width: 100%;
    margin: 0 auto;
}

.Zj_modify_table2 tr {
    border: 1px solid #ebebeb;
}

.Zj_modify_table2 td {
    border: 1px solid #ebebeb;
    padding: 20px;
}

.Zj_modify_table2 td:nth-child(2n+1) {
    color: #808080;
    font-size: 14px;
    background: #fafafa;
    width: 20%;
}

.Zj_modify_table2 td:nth-child(2n) {
    color: #333;
    font-size: 14px;
}

.Zj_modify_table2_title {
    color: #333;
    font-size: 18px;
    padding: 30px 0;
    font-weight: bold;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.withdrawals .mb_0 {
    margin-bottom: 0;
}

@media (max-height: 750px) {
    .kanjia-box.cusot-guanBi {
        top: 50px !important;
    }
}

.three_d_box tr th {
    width: 33.33%;
}

.relative_ul {
    float: left;
    width: 33%;
    border: 1px solid #e7e7eb;
    border-right: none;
    margin-bottom: 30px;
}

.relative_ul:last-child {
    border-right: 1px solid #e7e7eb;
}

.relative_ul li {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.relative_ul li:nth-child(2n-1) {
    color: #999;
    background: #f9f9f9;
}

@media (max-width: 1200px) {
    .wtNew-word-car a {
        width: 140px !important;
    }
}

#qrcode {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 15px 15px;
}

.erweima_box p {
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    color: #333;
}

.erweima_box p span {
    color: red;
}
.withdrawals .not_ready{
    background: #ccc;
    color: #fff;
}
/* 发票修改 */

.invoice-cont thead th.wd-02 {
    width: 17%;
}

.invoice-cont thead th.wd-03 {
    width: 12%;
}

.watch_dt {
    margin-right: 5px;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 996;
}

.yulan_container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    overflow: auto;
}

.yulan_container .yulan_all {
    width: 960px;
    height: 610px;
    background: #fff;
    margin: 0 auto;
    margin-top: 60px;
    padding: 60px 30px 0 30px;
    position: relative;
    border-radius: 4px;
}

.yulan_top_box {
    padding-bottom: 30px;
    border-bottom: 1px solid #dbdbdb;
}

.yulan_top_box .yl_left_box {
    width: 42%;
}

.yulan_top_box .yl_rt_box {
    width: 58%;
}

.yl_rt_box p i {
    float: right;
    width: 470px;
}

.yulan_top_box>div>p {
    min-height: 48px;
    line-height: 48px;
    font-size: 14px;
}

.yulan_top_box>div>p>span {
    color: #999;
    margin-right: 30px;
}

.yl_left_box b {
    font-size: 20px;
    font-weight: normal;
    color: #ff8018;
}

.yulan_all .close_md {
    position: absolute;
    top: 4px;
    right: 16px;
    color: #999;
    font-size: 24px;
    padding: 5px 5px;
}

.yulan_bottom_box {
    height: 230px;
    overflow: auto;
    border: solid 1px #dbdbdb;
    margin-top: 30px;
}

.yulan_bottom_box table {
    width: 100%;
}

.yulan_bottom_box table tr td {
    padding-left: 40px;
    height: 50px;
    font-size: 14px;
    color: #444;
}

.yulan_bottom_box table thead tr td {
    background: #f5f5f5;
    color: #333;
    font-weight: bold;
}

.yulan_all .close_bmd {
    display: block;
    width: 66px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background-color: #0c73ab;
    border-radius: 2px;
    margin: 0 auto;
    margin-top: 20px;
}

.yulan_all img {
    width: 908px;
    margin-left: 26px;
}

.yulan_fp_type {
    color: #39f;
    font-size: 12px;
}

.yulan_fp_type .close_bmd {
    margin-top: 0;
    position: relative;
    top: -20px;
}

.yulan_all .buy {
    width: 410px;
    position: absolute;
    top: 170px;
    left: 222px;
    height: 86px;
    line-height: 20px;
}

.yulan_all .sell {
    width: 410px;
    position: absolute;
    top: 477px;
    left: 222px;
    height: 86px;
    line-height: 20px;
}

.yulan_all .service_box {
    position: absolute;
    top: 286px;
    left: 94px;
}

.yulan_all .danwei {
    position: absolute;
    top: 286px;
    left: 412px;
    width: 50px;
    text-align: right;
}

.yulan_all .num {
    position: absolute;
    top: 286px;
    left: 465px;
    width: 76px;
    text-align: right;
}

.yulan_all .danjia {
    position: absolute;
    top: 286px;
    left: 544px;
    width: 96px;
    text-align: right;
}

.yulan_all .cost {
    position: absolute;
    top: 286px;
    left: 643px;
    width: 104px;
    height: 140px;
    text-align: right;
}

.yulan_all .bottom {
    position: absolute;
    right: 0;
    bottom: 0;
}

.yulan_all .shuilv {
    position: absolute;
    top: 286px;
    left: 750px;
    width: 44px;
    text-align: right;
}

.yulan_all .shuie {
    position: absolute;
    top: 286px;
    left: 796px;
    width: 128px;
    height: 140px;
    text-align: right;
}

.yulan_all .total_up {
    position: absolute;
    top: 447px;
    left: 312px;
}

.yulan_all .total_down {
    position: absolute;
    top: 447px;
    left: 728px;
}

.bottom_over {
    transform: scale(0.9);
    margin-left: -5.4%;
}

.invoice-cont .tips {
    color: #999;
    line-height: 26px;
}

.invoice-cont .deal_table {
    margin-top: 30px;
}

.invoice-cont .deal_table tr td,
.invoice-cont .deal_table tr th {
    padding-left: 30px;
    font-size: 14px;
}

.new_invoice_cont {
    height: 550px;
    overflow: auto;
}

.invoice-cont .deal_table span {
    color: #333;
}

.deal_table input[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 18px;
    margin-right: 20px;
    position: relative;
}

.deal_table input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.deal_table input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    border: 1px solid #7D7D7D;
    border-radius: 4px;
    color: #7D7D7D;
    font-size: 16px;
    font-weight: bold;
}

.price_total {
    height: 100px;
    background: #fff;
    margin-top: 30px;
    padding: 0 30px;
}

.price_total p {
    font-size: 14px;
    color: #444;
    float: left;
    margin-top: 26px;
}

.price_total p span {
    font-size: 32px;
    color: #ff8018;
}

.price_total button,.price_total a {
    float: right;
    font-size: 14px;
    padding: 11px 21px;
    border-radius: 5px;
    border: solid 1px #1ba7e5;
    background: #fff;
    color: #1ba7e5;
    margin-top: 26px;
    cursor: pointer;
}
.price_total .next{
    margin-right: 8px;
    background: #1ba7e5;
    color: #fff;
}


.loading_box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
}
.loading_box img{
    margin-top: 20%;
}
.invoice-cont .deal_table tr .fp_nodata{
    padding: 0;
    text-align: center;
    border: none;
}
.invoice-cont .deal_table tr .fp_nodata img{
    margin-top: 100px;
}
.zu_ipt_box{
    font-size: 14px;
    margin-top: 40px;
    margin-left: 52px;
    line-height: 42px;
}
.zu_ipt_box input{
    width: 120px;
    padding-left: 10px;
    height: 30px;
}
.zu_ipt_box button{
    height: 32px;
    padding: 0 14px;
    margin-left: 10px;
    background: #66B0D4;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.new-zuPb-left{
    float: left;
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #66B0D4;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
}
.zu_ipt_box span{
    display: inline-block;
    width: 120px;
}
.gototop_wrap .ymqz-zdd {
    background: url(../images/ymqz.gif) no-repeat left center !important;
}
/*产品新导航*/
.nav li .product-down {
    position: absolute;
    top: 71px;
    left: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0px 6px 14px 0px rgba(62, 61, 58, 0.2);
    border-radius: 10px;
    display: none;
}

.product-down {
    padding: 20px 0 40px 40px;
}

.nav .product-down li {
    width: 210px;
    padding: 0;
    line-height: 36px;
}

.nav .product-down li a {
    display: block;
    font-size: 14px;
    color: #4d4d4d;
}

.nav .product-down li a img {
    margin-left: 4px;
    vertical-align: middle;
}

.nav li:hover .product-down a {
    border: none;
    height: auto;
    color: #4d4d4d;
}

.product-down a:hover {
    color: #17A1FF !important;
    text-decoration: underline;
}

.product-down .product_title {
    font-size: 18px;
    color: #039ae1;
    padding-left: 10px;
    position: relative;
    margin-top: 26px;
}

.product_title span {
    position: absolute;
    left: -2px;
    top: 10px;
    width: 3px;
    height: 16px;
    background: #039ae1;
}
.wtTui-code {
    display: none;
    width: 190px;
    height: 190px;
    text-align: center;
    margin: 5px auto 5px;
}
.no_data_li{
    text-align: center;
    padding: 14px 0!important;
    height: auto!important;
    line-height: normal!important;
}
.no_data_li:hover{
    border: none!important;
}
.maybe_like li{
    font-size: 14px;
    padding: 0 24px;
    border-bottom: 1px solid #ebebeb;
    cursor: pointer;
    height: 74px;
    line-height: 74px;
}
.maybe_like li:hover{
    border: 1px solid #FF9900!important;
}
.maybe_like li:last-child{
    border-bottom: none;
}
.maybe_like li span{
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.maybe_like li a{
    color: #333;
}
.maybe_like li span:first-child{
    width: 25%;
    margin-right: 1%;
}
.maybe_like li .des{
width: 58%;
}
.maybe_like li span:last-child{
    color: #FF711C;
    font-size: 16px;
}
.wtWang-box-car .no_data_li {
    height: auto !important;
}
.wtTui-link a:hover,.ecoman-btn a:hover{
    color: #fff;
}
.wtinner_menu_box{
    background: #fff;
    width: 87%;
    margin: -16px 0 14px;
    padding-left: 1%;
}
.wtinner_menu_box a{
    margin: 0;
    font-size: 13px;
    padding-right: 16px;
    line-height: 26px;
    color: #999;
}