.pageProduct.body{
    min-width: 1350px;
    background: #ededed;
}
/* 列表去  条件筛选区 日期 */
.filterSec .tdData .inputWrap{
    position: relative;
}
.filterSec .tdData .inputWrap .font{
    position: absolute;
    border-left: solid 1px #e0e0e0;
    padding-left: 10px;
    right: 10px;
    top: 10px;
    color: #666666;
}
.filterSec .btnExport{
    color: #e50012;
    margin-left: 10px;
}
.tableSec .check{
    padding-left: 20px;
    width: 35px;
}
.pageMain .tableBot{
    height: 46px;
    background: #f7f7f7;
    line-height: 46px;
}
.pageMain .tableBot .xwCheckbox{
    margin-left: 20px;
}
.pageMain .tableBot .text{
    font-size: 12px;
    padding-left: 16px;
    margin-right: 10px;
}
.pageMain .tableBot .xwSelect{
    height: 30px;
    line-height: 30px;
    min-width: 120px;
}
.pageMain .tableBot .xwSelect .selectLabel{
    height: 30px;
    line-height: 30px;
}
.pageMain .tableBot .xwSelect .selectIcon{
    top: 3px;
}
.tableSec .font-warning3{
    color: #666666;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 12px;
}


/* 域名 ----- warning */
.contDomain{
    padding-bottom: 20px;
}
.contDomain .warning{
    background: #fffeee;
}
.contDomain .warning p{
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 20px;
    padding-top: 10px;
}
.contDomain .warning a{
    color: #2a7ed8;
}
.contDomain .warning p .font{
    color: #e40013;
    margin: 0 12px 0 0;
    font-size: 15px;  
    line-height: 14px;
}
.contDomain .warning p .text{
    display: inline-block;
    text-align: center;
}
.contDomain .warning ul{
    margin-left: 46px;
    padding-bottom: 11px;
}
.contDomain .warning ul li{
    line-height: 26px;
    font-size: 12px;
    word-wrap: break-word;
    margin-right: 10px;
}
.contDomain .warning ul li span{
    display: block;
    margin-left: 20px;
}

/* 底部 提示 */
.contDomain .botwarring p{
    height: 36px;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin-left: 20px;
    padding-top: 10px;
}
.contDomain .botwarring a{
    color: #2a7ed8;
    cursor: pointer;
}
.contDomain .botwarring p .text{
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}
.contDomain .botwarring ul{
    margin-left: 20px;
    padding-bottom: 11px;
}
.contDomain .botwarring ul li{
    line-height: 26px;
    font-size: 12px;
}
.contDomain .botwarring ul li span{
    display: block;
    margin-left: 20px;
}
/* 域名 ----- 常见问题 */
.contDomain .problem{
    border: solid 1px #e7e7e7;
    margin: 0 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.contDomain .problem p{
    line-height: 46px;
    font-size: 16px;
}
.contDomain .problem ul li{
    width: 33%;
    float: left;
    line-height: 24px;
}
.contDomain .problem ul li .stop{
    font-weight: 600;
    font-size: 12px;
    color: #2c7ed9;
}
.contDomain .problem ul li a{
    color: #2c7ed9;
    font-size: 12px;
}

/* 域名titile */
.contDomain .title .btnBack{
    float: left;
    font-size: 12px;
    margin-left: 20px;
}
.contDomain .title .btnRefresh{
    float: right;
    margin-right: 20px;
    font-size: 12px;
    cursor: pointer;
}
.contDomain .title .btnRefresh .font{
    font-size: 12px;
    color: #888888;
}
.contDomain .title .btnRefresh .text{
    color: #888888;
}




/* 域名 ----- 域名管理 */
.domainMgmtDef .dataMain{
    margin: 20px;
}
.domainMgmtDef .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainMgmtDef .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainMgmtDef .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainMgmtDef .dataMain .tab li.last:after{
    display: none;
}
.domainMgmtDef .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainMgmtDef .dataMain .tab a{
    position: absolute;
    right: 10px;
    display: none;
}
.domainMgmtDef .tabMain .filterSec .xwBtn{
    margin-right: 20px;
}
.domainMgmtDef .tabMain .tableSec .btn{
    color: #2a7ed8;
}
.domainMgmtDef .tabMain .BotTh .xwSelect{
    width: 120px;
}
.domainMgmtDef .tabMain .btnMore{
    position: relative;
    cursor: pointer;
}
.domainMgmtDef .tabMain .btnMore span{
    position: absolute;
    display: inline-block;
    width: 78px;
    height: 100px;
    border: solid 1px #cccccc;
    left: 0px;
    top: 14px;
    background: #fff;
    padding-top: 10px;
    display: none;
    z-index: 1111;
}
.domainMgmtDef .tabMain .btnMore span a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.domainMgmtDef .tabMain .btnMore span a:hover{
    text-decoration: none;   
    background: #f7f7f7;
}
.domainMgmtDef .tabMain .btnMore:hover span{
    display: inline-block;
}
.domainMgmtDef .tabMain .btnRenew{
    margin-left: 20px;
}

.domainMgmtDef .section4{
    margin: 30px 0 75px 0px;
}
.domainMgmtDef .section4 ul{
    text-align: center;
}
.domainMgmtDef .section4 ul li{
    display: inline-block;
    margin: 0 96px;
    text-align: center;
}
.domainMgmtDef .section4 ul li .top{
    display: block;
    width: 123px;
    height: 123px;
    border-radius: 123px;
    border: solid 1px #f6f6f6;
    text-align: center;
    line-height: 123px;
    margin-bottom: 18px;
}
.domainMgmtDef .section4 ul li .top .font{
    font-size: 50px;
    color: #4c4b4d;
}
.domainMgmtDef .section4 ul li a{
    text-decoration: none;
}
.domainMgmtDef .section4 ul li:hover .top{
    background: #ffeced;
    border-color: #ffeced;
}
.domainMgmtDef .section4 ul li:hover .top .font{
    color: #e70e1f;
}

.domainMgmtDef .section5{
    
}
.domainMgmtDef .section5 .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    margin: 0 20px;
}
.domainMgmtDef .section5 .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainMgmtDef .section5 .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainMgmtDef .section5 .tab li.last:after{
    display: none;
}
.domainMgmtDef .section5 .tab li.active{
    border-bottom: solid 2px red;
}
.domainMgmtDef .section5 .tabMain .empty{
    margin:30px 20px 0 20px;
    padding-bottom: 30px;
}
.domainMgmtDef .section5 .tabMain .item li{
    float: left;
    width: 28%;
    margin-right: 8%;
    position: relative;
}
.domainMgmtDef .section5 .tabMain .item li .img{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: -20%;
}
.domainMgmtDef .section5 .tabMain .item li .content{
    border: solid 1px #ededed;
    border-radius: 3px;
    background: #fdfdfd;
}
.domainMgmtDef .section5 .tabMain .item li.last{
    margin-right: 0px;
}
.domainMgmtDef .section5 .tabMain .item li h2{
    height: 46px;
    line-height: 46px;
    border-bottom: solid 1px #ededed;
    margin: 0 10px;
}
.domainMgmtDef .section5 .tabMain .item li h2 .left{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #fe6b6b;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    margin: 5px;
    font-weight: normal;
}
.domainMgmtDef .section5 .tabMain .item li h2 .left .font{
    color: #fff;
}
.domainMgmtDef .section5 .tabMain .item li .bot{
    min-height: 90px;
    margin: 0 10px;
    padding-top: 15px;
}
.domainMgmtDef .section5 .tabMain .item li .bot a{
    margin: 0 10px;
    display: block;
    line-height: 24px;
    font-size: 12px;
}


/* 域名 ----- 域名密码管理 */
.domainMgmtPwd .section2 .xwFormTable{
    width: 475px;
    margin: auto;
    margin-top: 60px;
}
.domainMgmtPwd .section2 .xwFormTable .n{
    width: 80px;
}
.domainMgmtPwd .section2 .xwFormTable .line .eleWrap{
    margin-top: 10px;
    min-height: 10px;
    border-top: dashed 1px #d1d1d1;
    width: 332px;
}
.domainMgmtPwd .section2 .xwFormTable .pwdTitle span{
    color: #999999;
    font-size: 12px;
}
.domainMgmtPwd .section2 .xwFormTable .pwdTitle div{
    display:inline-block;
}
.domainMgmtPwd .section2 .xwFormTable .pwdTitle .pwdTitR{
    margin-left: 25px;
}


/* 实名制管理列表 */
.domainMgmtRedeem .dataMain{
    margin: 20px;
}
.domainMgmtRedeem .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainMgmtRedeem .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainMgmtRedeem .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainMgmtRedeem .dataMain .tab li.last:after{
    display: none;
}
.domainMgmtRedeem .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainMgmtRedeem .dataMain .tab a{
    position: absolute;
    right: 10px;
    display: none;
}
.domainMgmtRedeem .tabMain .filterSec .xwBtn{
    margin-right: 20px;
}
.domainMgmtRedeem .tabMain .tableSec .btn{
    color: #2a7ed8;
}
.domainMgmtRedeem .tabMain .BotTh .xwSelect{
    width: 120px;
}
.domainMgmtRedeem .tabMain .btnMore{
    position: relative;
    cursor: pointer;
}
.domainMgmtRedeem .tabMain .btnMore span{
    position: absolute;
    display: inline-block;
    width: 78px;
    height: 70px;
    border: solid 1px #cccccc;
    left: 0px;
    top: 14px;
    background: #fff;
    padding-top: 10px;
    display: none;
}
.domainMgmtRedeem .tabMain .btnMore span a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.domainMgmtRedeem .tabMain .btnMore span a:hover{
    text-decoration: none;   
    background: #f7f7f7;
}
.domainMgmtRedeem .tabMain .btnMore:hover span{
    display: inline-block;
}
.domainMgmtRedeem .tabMain .btnRenew{
    margin-left: 20px;
}

.domainMgmtRedeem .section4{
    margin: 30px 0 75px 0px;
}
.domainMgmtRedeem .section4 ul{
    text-align: center;
}
.domainMgmtRedeem .section4 ul li{
    display: inline-block;
    margin: 0 108px;
    text-align: center;
}
.domainMgmtRedeem .section4 ul li .top{
    display: block;
    width: 123px;
    height: 123px;
    border-radius: 123px;
    border: solid 1px #f6f6f6;
    text-align: center;
    line-height: 123px;
    margin-bottom: 18px;
}
.domainMgmtRedeem .section4 ul li .top .font{
    font-size: 50px;
    color: #4c4b4d;
}
.domainMgmtRedeem .section4 ul li a{
    text-decoration: none;
}
.domainMgmtRedeem .section4 ul li:hover .top{
    background: #ffeced;
    border-color: #ffeced;
}
.domainMgmtRedeem .section4 ul li:hover .top .font{
    color: #e70e1f;
}

.domainMgmtRedeem .section5{
    
}
.domainMgmtRedeem .section5 .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    margin: 0 20px;
}
.domainMgmtRedeem .section5 .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainMgmtRedeem .section5 .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainMgmtRedeem .section5 .tab li.last:after{
    display: none;
}
.domainMgmtRedeem .section5 .tab li.active{
    border-bottom: solid 2px red;
}
.domainMgmtRedeem .section5 .tabMain .empty{
    margin:30px 20px 0 20px;
    padding-bottom: 30px;
}
.domainMgmtRedeem .section5 .tabMain .item li{
    float: left;
    width: 28%;
    margin-right: 8%;
    position: relative;
}
.domainMgmtRedeem .section5 .tabMain .item li .img{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: -20%;
}
.domainMgmtRedeem .section5 .tabMain .item li .content{
    border: solid 1px #ededed;
    border-radius: 3px;
    background: #fdfdfd;
}
.domainMgmtRedeem .section5 .tabMain .item li.last{
    margin-right: 0px;
}
.domainMgmtRedeem .section5 .tabMain .item li h2{
    height: 46px;
    line-height: 46px;
    border-bottom: solid 1px #ededed;
    margin: 0 10px;
}
.domainMgmtRedeem .section5 .tabMain .item li h2 .left{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #fe6b6b;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
    margin: 5px;
    font-weight: normal;
}
.domainMgmtRedeem .section5 .tabMain .item li h2 .left .font{
    color: #fff;
}
.domainMgmtRedeem .section5 .tabMain .item li .bot{
    min-height: 90px;
    margin: 0 10px;
    padding-top: 15px;
}
.domainMgmtRedeem .section5 .tabMain .item li .bot a{
    margin: 0 10px;
    display: block;
    line-height: 24px;
    font-size: 12px;
}


/*  实名制管理列表 */
.domainMgmtQueryreal .section2{
    margin: 0 20px;
}



/* 实名制引导 */
.domainMgmtGuidereal .section2{
    padding: 40px 20px;
}
.domainMgmtGuidereal .xwFormTable .n{
    width: 170px;
}
.domainMgmtGuidereal .xwFormTable .tit{
    font-size: 12px;
    color: #999999;
    display: inline-block;
    margin-top: 10px;
}
.domainMgmtGuidereal .xwFormTable .eleWrapText{
    line-height: 38px;
    color: #999999;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .upLoadWrap{
    width: 198px;
    height: 148px;
    border: solid 1px #e0e0e0;
    text-align: center;
    vertical-align: middle;
    line-height: 148px;
    color: #999999;
    cursor: pointer;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .upLoadWrap img{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .see{
    text-align: center;
    line-height: 24px;
    display: none;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .see .text{
    font-size: 12px;
    color: #333333;
    cursor: pointer;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .see .font{
    font-size: 14px;
    color: #333333;
    cursor: pointer;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr.true .see{
    display:block;
}
.domainMgmtGuidereal .xwFormTable .xwInput{
    width: 186px;
}
.domainMgmtGuidereal .xwFormTable .xwSelect{
    width: 206px;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .sample{
    display: inline-block;
    margin: 10px 0 10px 10px;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .sample em{
    display: block;
    color: #999999;
    font-size: 12px;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .sample .sampleImg{
    margin-top: 10px;
    width: 98px;
    height: 64px;
    border: solid 1px #e0e0e0;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .sample .sampleImg img{
    width: 100%;
    height: 100%;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .sample .sampleImg .mask{
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 64px;
    border-radius: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.domainMgmtGuidereal .xwFormTable .upLoadWrapTr .sample .sampleImg:hover .mask{
    display: inline-block;
}

/* gov实名引导 */
.domainMgmtGovGuidereal .xwFormTable .upLoadWrapTr .tit a{
    color: #2a7ed8;
}
.domainMgmtGovGuidereal .xwFormTable .n{
    width: 200px;
}
.domainMgmtGovGuidereal .xwFormTable .upLoadWrapTr .v{
    position: relative;
}
.domainMgmtGovGuidereal .xwFormTable .upLoadWrapTr .sample{
    position: absolute;
    left: 210px;
}

/* 域名 -证书 */
.domainMgmtInfo .dataMain{
    margin: 20px;
}
.domainMgmtInfo .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainMgmtInfo .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainMgmtInfo .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainMgmtInfo .dataMain .tab li.last:after{
    display: none;
}
.domainMgmtInfo .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainMgmtInfo .dataMain .tit{
    height: 50px;
    line-height: 50px;
}
.domainMgmtInfo .dataMain .tit li{
    float: left;
    margin-left: 20px;
    margin-right: 60px;
}
.domainMgmtInfo .dataMain .tit li a{
    color: #2e7ed5;
}
.domainMgmtInfo .dataMain .tit .li2 .font{
    color: #fe630a;
}
.domainMgmtInfo .dataMain .tit .li3 .font{
    color: #a1a1a1;
}
.domainMgmtInfo .dataMain .tit{
    background: #f7f7f7;
    border-bottom: dashed 1px #e0e0e0;
}
.domainMgmtInfo .dataMain .sec1{
    padding: 50px 0; 
} 
.domainMgmtInfo .dataMain .sec1 ul li{
    line-height: 35px;
}
.domainMgmtInfo .dataMain .sec1 ul li .left{
   display: inline-block;
   width: 120px;
   text-align: right;
   margin-right: 20px;
}
.domainMgmtInfo .dataMain .sec1 ul li a{
    color: #2e7ed5;
    margin-left: 20px;
}
.domainMgmtInfo .dataMain .sec2 .chart{
    text-align: center;
    padding: 40px 0px;
    border-bottom: solid 1px #e6e6e6;
}
.domainMgmtInfo .dataMain .sec2 .content{
    width: 830px;
    margin: auto;
    margin-top: 5px;
}
.domainMgmtInfo .dataMain .sec2 .content ul li{
    float: left;
    width: 150px;
    margin-right: 20px;
    text-align: center;
}
.domainMgmtInfo .dataMain .sec2 .content ul li.last{
    margin-right: 0px;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .top{
    width: 148px;
    height: 118px;
    border: solid 1px #e6e6e6;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .top .font{
    display: block;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .top .fontT{
    font-size: 54px;
    margin-top: 47px;
    margin-bottom: 30px;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .top .fontB{
    position: absolute;
    font-size: 24px;
    right: -12px;
    bottom: 4px;
    color: red;
    display: none;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .top .text{
    font-weight: bold;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .top:hover .text,
.domainMgmtInfo .dataMain .sec2 .content ul li .top:hover .fontT{
    color: #028bff;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .center{
    padding: 13px 0;
    display: none;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .center .font{
    color: #37a905;
    font-size: 16px;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .center .text{
    color: #666666;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .bottom{
    display: none;
}
.domainMgmtInfo .dataMain .sec2 .content ul li .bottom .xwBtn{
    font-size: 12px;
    min-width: 18px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding: 0 12px;
    border-radius: 3px;
}   
.domainMgmtInfo .dataMain .sec2 .content ul li.active .center,
.domainMgmtInfo .dataMain .sec2 .content ul li.active .bottom{
    display: inline-block;
}
.domainMgmtInfo .dataMain .sec2 .content ul li.active .top{
    background: #f2f9ff;
    border-color: #c4e5ff;
}
.domainMgmtInfo .dataMain .sec2 .content ul li.active .top .text,
.domainMgmtInfo .dataMain .sec2 .content ul li.active .top .fontT{
    color: #028bff;
}
.domainMgmtInfo .dataMain .sec2 .content ul li.on .top .fontB{
    display: inline-block;
}
.domainMgmtInfo .dataMain .sec2 .content ul li.on .top .text,
.domainMgmtInfo .dataMain .sec2 .content ul li.on .top .fontT{
    color: #028bff;
}
.domainMgmtInfo .dataMain .sec2 .content ul li.on .top{
    background: #f2f9ff;
    border-color: #c4e5ff;
}
.domainMgmtInfo .dataMain .sec2 .hoverInfo li{
    background: #f7f7f7;
    margin-top: 15px;
    border-top: dashed 1px #d6d6d6;
    position: relative;
    padding: 15px 0;
}
.domainMgmtInfo .dataMain .sec2 .hoverInfo li img{
    position: absolute;
    top: -10px;
    left: 50%;
}
.domainMgmtInfo .dataMain .sec2 .hoverInfo li p{
    line-height: 24px;
    margin-left: 20px;
}
.domainMgmtInfo .dataMain .sec2 .settlement{
    display: none;
}
.domainMgmtInfo .dataMain .sec2 .settlement div{
    text-align: right;
    margin-right: 30px;
}
.domainMgmtInfo .dataMain .sec2 .settlement div p{
    display: inline-block;
    line-height: 56px;
}
.domainMgmtInfo .dataMain .sec2 .settlement div .oldPrice{
    margin-right: 20px;
}
.domainMgmtInfo .dataMain .sec2 .settlement div .oldPrice span{
    text-decoration:
    line-through;
}
.domainMgmtInfo .dataMain .sec2 .settlement div .currentPrice em{
    font-size: 16px;
    font-weight: bold;
    color: #fe5f03;
}
.domainMgmtInfo .dataMain .sec3{
    padding: 90px 0px;
}
.domainMgmtInfo .dataMain .sec3 .top{
    margin: auto;
    text-align: center;
    width: 545px;
}
.domainMgmtInfo .dataMain .sec3 .top a{
    display: inline-block;
    width: 250px;
    height: 110px;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 20px;
}
.domainMgmtInfo .dataMain .sec3 .top .left{
    background: -webkit-linear-gradient(left, #62b7ff, #038cff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #62b7ff, #038cff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #62b7ff, #038cff); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #62b7ff, #038cff); /* 标准的语法 */
    background-color: #038cff\0;
}
.domainMgmtInfo .dataMain .sec3 .top .right{
    background: -webkit-linear-gradient(left, #9bb8cf, #7d97ac); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #9bb8cf, #7d97ac); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #9bb8cf, #7d97ac); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #9bb8cf, #7d97ac); /* 标准的语法 */
    background-color: #7d97ac\0;
}
.domainMgmtInfo .dataMain .sec3 .top .fontT{
    font-size: 28px;
    color: #ffffff;
    display: block;
    margin-top: 40px;
    margin-bottom: 20px;
}
.domainMgmtInfo .dataMain .sec3 .top .text{
    color: #ffffff;
}
.domainMgmtInfo .dataMain .sec3 .top .fontB{
    color: #ffffff;
    opacity: .6;
}
.domainMgmtInfo .dataMain .sec3 .bot{
    margin: auto;
    margin-top: 30px;
    width: 545px;
}
.domainMgmtInfo .dataMain .sec3 .bot .imgP{
    float: left;
    margin-right: 20px;
}
.domainMgmtInfo .dataMain .sec3 .bot .textP{
    line-height: 22px;
    margin-right: 20px;
}
.domainMgmtInfo .dataMain .sec4{
    padding: 40px 0px;
}
.domainMgmtInfo .dataMain .sec4 ul li{
    line-height: 49px;
}
.domainMgmtInfo .dataMain .sec4 ul li .left{
    color: #808080;
    font-size: 12px;
    vertical-align: middle;
    display: inline-block;
    width: 132px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap; 
}
.domainMgmtInfo .dataMain .sec4 ul li .center{
    margin: 0 20px;
    position: relative;
}
.domainMgmtInfo .dataMain .sec4 ul li .center em{
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #c4e4ff;
    vertical-align: middle;
    position: relative;
}
.domainMgmtInfo .dataMain .sec4 ul li .center em b{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #028bff;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 1
}
.domainMgmtInfo .dataMain .sec4 ul li .center:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 50px;
    background: #c4e4ff;
    position: absolute;
    left: 6px;
    top: -18px;
}
.domainMgmtInfo .dataMain .sec4 ul li.frist .center:after{
    content: "";
    display: inline-block;
    width: 2px;
    height: 25px;
    background: #c4e4ff;
    position: absolute;
    left: 6px;
    top: -18px;
}
.domainMgmtInfo .dataMain .sec4 ul li .right{
    vertical-align: middle;
}

/* 域名-手机验证 */
.domainMgmtTel .section2 p{
    margin-left: 50px;
    margin-bottom: 30px;
}
.domainMgmtTel .section2{
    margin-left: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
}
.domainMgmtTel .section2 .btn{
    color: #2a7ed8;
}
/* 域名-提交身份验证手机 */
.domainMgmtInfoTel .section2 p{
    margin-left: 50px;
    margin-bottom: 30px;
}
.domainMgmtInfoTel .section2{
    margin-left: 50px;
    padding-top: 50px;
    padding-bottom: 100px;
}
.domainMgmtInfoTel .section2 .n{
    width: 190px;
}
.domainMgmtInfoTel .section2 .btn{
    color: #2a7ed8;
}


/* 转出新网 */
.domainManageTransform .section2{
    height: 28px;
    margin: 30px 20px 0px 20px;
}
.domainManageTransform .section2 .step{
    position: relative;
    float: left;
    width: 25%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    background: #b3b3b3;
    z-index: 1;
    text-align: center;
}
.domainManageTransform .section2 .step:before{
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    z-index: 8;
    top: 0px;
    border-top: 14px solid #b3b3b3;
    border-left: 12px solid transparent !important;
    border-bottom: 14px solid #b3b3b3;
}
.domainManageTransform .section2 .step:after{
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-top: 14px solid transparent !important;
    border-left: 12px solid #b3b3b3;
    border-bottom: 14px solid transparent !important;
    background-color: #FFF;
}
.domainManageTransform .section2 .step1:before{
    content: '';
    border:none;
}
.domainManageTransform .section2 .step4:after{
    content: '';
    border:none;
    width: 0px;
}
.domainManageTransform .section2 .step.on{
    background: #e50012;
}
.domainManageTransform .section2 .step.on:before{
    border-color: #e50012;
}
.domainManageTransform .section2 .step.on:after{
    border-color: #e50012;
}
.domainManageTransform .section3{
    padding: 30px 0; 
}
.domainManageTransform .section3 .sec1 ul li{
    line-height: 50px;
    padding-left: 100px;
}
.domainManageTransform .section3 .sec1 ul li.line span{
    display: inline-block;
    width: 300px;
    border-bottom: dashed 1px #d1d1d1;
}
.domainManageTransform .section3 .sec1 ul li.emain{
    line-height: 30px;
}
.domainManageTransform .section3 .sec1 ul li.agreement{
    line-height: 30px;
}
.domainManageTransform .section3 .sec1 ul li.emain a,
.domainManageTransform .section3 .sec1 ul li.agreement a{
    color: #2a7ed8;
    text-decoration: none;
}
.domainManageTransform .section3 .sec1 ul li.agreement .xwCheckbox{
    margin-right: 5px;
}
.domainManageTransform .section3 .sec2 .top{
    margin: 0 100px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #d3d3d3;
}
.domainManageTransform .section3 .sec2 .bottom{
    margin-top: 20px;
    margin-left: 100px;
}
.domainManageTransform .section3 .sec2 .bottom .n span{
    color: #333333;
}
.domainManageTransform .section3 .sec2 .bottom .xwRadio{
    margin-right: 5px;
}
.domainManageTransform .section3 .sec2 .bottom .message .xwInput{
    width: 98px;
}
.domainManageTransform .section3 .sec2 .bottom .message .xwBtn{
    font-size: 12px;
}
.domainManageTransform .section3 .sec2 .bottom .message .infoTit{
    font-size: 12px;
    color: #666666;
    max-width: 380px;
    margin-top: 5px;
}
.domainManageTransform .section3 .sec2 .bottom .reason .other{
    margin-bottom: 30px;
}
.domainManageTransform .section3 .sec2 .bottom .submit .eleWrap{
    margin-top: 20px;
}
.domainManageTransform .section3 .sec3{
    text-align: center;
}
.domainManageTransform .section3 .sec3 .font{
    font-size: 50px;
    margin: 40px 0px;
}
.domainManageTransform .section3 .sec3 .p2{
    font-size: 22px;
    margin-bottom: 40px;
}
.domainManageTransform .section3 .sec3 .p3,
.domainManageTransform .section3 .sec3 .p4{
    color: #666666;
    margin-bottom: 15px;
}
.domainManageTransform .section3 .sec3 .p5{
    margin-top: 40px;
}


/* 未实名 */
.domainNorealName .section2 .sec1{
    text-align: center;
    width: 600px;
    margin: auto;
    padding: 120px 0px;
}
.domainNorealName .section2 .sec1 .xwInput{
    width: 318px;
}
.domainNorealName .section2 .sec1 .n{
    width: 100px;
}
.domainNorealName .section2 .sec1 .n span{
    color: #333333;
    margin-right: 10px;
}
.domainNorealName .section2 .sec1 .text{
    color: #999999;
}
.domainNorealName .section2 .sec2 h3{
    line-height: 76px;
    margin: 0 20px;
    border-bottom: dashed 1px #d1d1d1;
    padding-left: 25px;
    font-size: 16px;
}
.domainNorealName .section2 .sec2 .xwFormTable{
    margin-top: 25px;
    margin-bottom: 30px;
}
.domainNorealName .section2 .sec3 p{
    text-align: center;
}
.domainNorealName .section2 .sec3 h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 40px;
}
.domainNorealName .section2 .sec3 .font{
    font-size: 50px;
    margin-top: 50px;
    margin-bottom: 30px;
}
.domainNorealName .section2 .sec3 ul{
    margin: 0 20px;
    border-top: dashed 1px #d1d1d1;
    padding-top: 20px;
    padding-bottom:35px;
}
.domainNorealName .section2 .sec3 ul li{
    font-size: 12px;
    color: #666666;
    line-height: 24px;
}


/* 批量操作 */
.domainBatchDef .section2{
    margin: 0 20px;
    margin-top: 35px;
}
.domainBatchDef .section2 .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainBatchDef .section2 .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainBatchDef .section2 .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainBatchDef .section2 .tab li.last:after{
    display: none;
}
.domainBatchDef .section2 .tab li.active{
    border-bottom: solid 2px red;
}
.domainBatchDef .section2 .tab a{
    position: absolute;
    right: 10px;
    color: #2a7ed8;
}
.domainBatchDef .section2 .tabMain{
    padding: 40px 0px;
}
.domainBatchDef .section2 .tabMain .xwTextarea{
    width: 278px;
    height: 176px;
}
.domainBatchDef .section2 .tabMain .xwInput{
    width: 128px;
}
.domainBatchDef .section2 .tabMain .agreement a{
    display: inline-block;
    line-height: 38px;
    height: 36px;
    vertical-align: middle;
    color: #2a7ed8;
}
.domainBatchDef .section2 .tabMain .agreement .xwCheckbox{
    margin-right: 5px;
}
.domainBatchDef .section2 .tabMain .code .xwInput{
    width: 138px;
}
.domainBatchDef .section2 .tabMain .code .xwBtn{
    padding: 0 18px;
}
.domainBatchDef .section2 .tabMain4{
    text-align: center;
}
.domainBatchDef .section2 .tabMain4 div{
    width: 500px;
    max-height: 300px;
    margin: auto;
    border: solid 1px #e0e0e0;
    border-bottom: none;
}
.domainBatchDef .section2 .tabMain4 p{
    border-bottom: solid 1px #e0e0e0;
    height: 29px;
    line-height: 29px;
}
.domainBatchDef .section2 .tabMain4 p .left{
    border-right: solid 1px #e0e0e0;
}
.domainBatchDef .section2 .tabMain4 p span{
    display: inline-block;
    width: 210px;
    padding-left: 20px;
    font-weight: bold;
}
.domainBatchDef .section2 .tabMain4 ul{
    max-height: 270px;
    overflow-y: auto;
}
.domainBatchDef .section2 .tabMain4 ul li{
    border-bottom: solid 1px #e0e0e0;
    height: 29px;
    line-height: 29px;
}
.domainBatchDef .section2 .tabMain4 ul li .left{
    border-right: solid 1px #e0e0e0;
}
.domainBatchDef .section2 .tabMain4 ul li span{
    display: inline-block;
    width: 210px;
    padding-left: 20px;
}
.domainBatchDef .section2 .tabMain4 a{
    margin-top: 30px;
}

.domainBatchDef .section2 .tabMain3 .batchBtn1{
		text-align: left;
}

.domainBatchDef .section2 .tabMain3 .batchBtn{ 
	text-align: left;
}
.domainBatchResult .section1{
    margin: 0 20px;
    line-height: 80px;
}
.domainBatchResult .section1 .text{
    margin-left: 20px;
}
.domainBatchResult .section1 .val{
    margin-right: 20px;
}
.domainBatchResult .seciton2{
    margin: 0 20px;
}
.domainBatchResult .seciton2 .xwBtn{
    margin-left: 10px;
}










/* 概览 */
.pageProduct .bottomFrame{
    background: #ededed;
}
.pageProduct .bottomFrame .mainFrame .domainIndexDef.cont{
    background: #ededed;
}
.domainIndexDef .section1{
    height: 90px;
}
.domainIndexDef .section1 ul li{
    width: 25%;
    height: 90px;
    float: left;
    background:#ffffff;
    position: relative;
}
.domainIndexDef .section1 ul li:after{
    content: "";
    width: 20px;
    height: 90px;
    background: #ededed;
    position: absolute;
    right: 0px;
    top: 0px;
}
.domainIndexDef .section1 ul li.last:after{
    display: none;
}
.domainIndexDef .section1 ul li div{
    float: left;
}
.domainIndexDef .section1 ul li .left{
    line-height: 60px;
    width: 60px;
    border-radius: 30px;
    margin: 15px;
    text-align: center;
}
.domainIndexDef .section1 ul li .left .font{
    font-size: 40px;
    color: #fff;
}
.domainIndexDef .section1 ul .li1 .left{
    background: -webkit-linear-gradient( #4faeff, #038bff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( #4faeff, #038bff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( #4faeff, #038bff);/*  Firefox 3.6 - 15 */
    background: linear-gradient( #4faeff, #038bff);/*  标准的语法 */
    background-color: #2c9eff\0;
}
.domainIndexDef .section1 ul .li2 .left{
    background: -webkit-linear-gradient( #ffa66d, #ff7d47); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( #ffa66d, #ff7d47); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( #ffa66d, #ff7d47);/*  Firefox 3.6 - 15 */
    background: linear-gradient( #ffa66d, #ff7d47);/*  标准的语法 */
    background-color: #ff945d\0;
}
.domainIndexDef .section1 ul .li3 .left{
    background: -webkit-linear-gradient( #ff6465, #f03948); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( #ff6465, #f03948); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( #ff6465, #f03948);/*  Firefox 3.6 - 15 */
    background: linear-gradient( #ff6465, #f03948);/*  标准的语法 */
    background-color: #f84f56\0;
}
.domainIndexDef .section1 ul .li4 .left{
    background: -webkit-linear-gradient( #bfbfbf, #9a9a9a); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient( #bfbfbf, #9a9a9a); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient( #bfbfbf, #9a9a9a);/*  Firefox 3.6 - 15 */
    background: linear-gradient( #bfbfbf, #9a9a9a);/*  标准的语法 */
    background-color: #afafaf\0;
}
.domainIndexDef .section1 ul li .right{
    margin-left: 20px;
}
.domainIndexDef .section1 ul li .right .font{
    padding-left: 5px;
    color: #a2a2a2;
}
.domainIndexDef .section1 ul li .right h3{
    margin-top: 20px;
    margin-bottom: 5px;
}
.domainIndexDef .section1 ul li .right em{
    font-size: 24px;
    font-weight: bold;
    padding-right: 10px;
}
.domainIndexDef .section1 ul .li1 .right em{
    color: #028bff;
}
.domainIndexDef .section1 ul .li2 .right em{
    color: #fe5f03;
}
.domainIndexDef .section1 ul .li3 .right em{
    color: #e50012;
}
.domainIndexDef .section1 ul .li4 .right em{
    color: #666666;
}
.domainIndexDef .section2 .tab{
    height: 32px;
    line-height: 32px;
    margin-top: 15px;
}
.domainIndexDef .section2 .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainIndexDef .section2 .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainIndexDef .section2 .tab li.last:after{
    display: none;
}
.domainIndexDef .section2 .tab li.active{
   color: #e50014;
}
.domainIndexDef .section2 .secMian .secMianL{
    background: #fff;
    float: left;
    width: 70%;
    position: relative;
}
.domainIndexDef .section2 .secMian .secMianL:after{
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ededed;
}
.domainIndexDef .section2 .secMian .secMianL .wrap{
    margin-right: 20px;
}
.domainIndexDef .section2 .secMian .secMianR{
    background: #fff;
    float: right;
    width: 30%;
}
.domainIndexDef .section2 .secMian .secMianL .top{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
}
.domainIndexDef .section2 .secMian .secMianL .top span{
    padding-left: 20px;
    color: #666666;
}
.domainIndexDef .section2 .secMian .secMianL .top ul{
    float: right;
    margin-right: 45px;
    margin-top: 8px;
}
.domainIndexDef .section2 .secMian .secMianL .top ul li{
    float: left;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    border: solid 1px #e0e0e0;
    width: 42px;
    text-align: center;
    margin-right: -1px;
    cursor: pointer;
}
.domainIndexDef .section2 .secMian .secMianL .top ul li.active{
    color: #e4000f;
    border-color: #e4000f;
    margin-right: 0
}
.domainIndexDef .section2 .secMian .secMianL .bottom{
    height: 290px;
    position: relative;
}
.domainIndexDef .section2 .secMian .secMianL .bottom .loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}
.domainIndexDef .section2 .secMian .secMianR .top{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
}
.domainIndexDef .section2 .secMian .secMianR .top span{
    padding-left: 20px;
    color: #666666;
}
.domainIndexDef .section2 .secMian .secMianR .top .xwBtn{
    padding:0 5px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    float: right;
    margin-top: 8px;
    margin-right: 5px;
}
.domainIndexDef .section2 .secMian .secMianR .top input{
    float: right;
    width: 88px;
    height: 22px;
    border: solid 1px #e0e0e0;
    margin-top: 8px;
    margin-right: 5px;
    text-align: center;
}
.domainIndexDef .section2 .secMian .secMianR .bottom{
    height: 290px;
    position: relative;
}
.domainIndexDef .section2 .secMian .secMianR .bottom .loading{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -8px;
    margin-top: -8px;
}

.domainIndexDef .section3{
    margin-top: 20px;
}
.domainIndexDef .section3 .secMianL{
    float: left;
    width: 70%;
    position: relative;
}
.domainIndexDef .section3 .secMianL:after{
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ededed;
}
.domainIndexDef .section3 .secMianL .wrap{
    margin-right: 20px;
}
.domainIndexDef .section3 .secMianL .top{
    background: #ffffff;
}
.domainIndexDef .section3 .secMianL .center{
    background: #ffffff;
    margin-top: 20px;
}
.domainIndexDef .section3 .secMianL .bottom{
    margin-top: 20px;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL{
    float: left;
    width: 50%;
    background: #fff;
    position: relative;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL:after{
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ededed;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL .wrap{
    margin-right: 20px;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR{
    float: left;
    width: 50%;
    background: #fff;
    position: relative;
}
.domainIndexDef .section3 .secMianR{
    float: right;
    width: 30%;
}
.domainIndexDef .section3 .secMianR .top{
    background: #fff;
}
.domainIndexDef .section3 .secMianR .center{
    margin-top: 20px;
    background: #fff;
}
.domainIndexDef .section3 .secMianR .bottom{
    max-width: 320px;
    margin-top: 20px;
    background: #fff;
}


.domainIndexDef .section3 .secMianL .top .topT{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
}
.domainIndexDef .section3 .secMianL .top .topT span{
    color: #666666;
    margin-left: 20px;
}
.domainIndexDef .section3 .secMianL .top .topB{
    position: relative;
    min-height: 40px;
}
.domainIndexDef .section3 .secMianL .top .topB .loading{
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -8px;
}
.domainIndexDef .section3 .secMianL .top .topB ul{
    margin:20px 20px 0 20px;
    padding-bottom: 10px;
    display: none;
}
.domainIndexDef .section3 .secMianL .top .topB ul li{
    width: 33%;
    float: left;
    height: 80px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
}
.domainIndexDef .section3 .secMianL .top .topB ul li:after{
    content: "";
    width: 20px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #fff;
}
.domainIndexDef .section3 .secMianL .top .topB ul li .wrap{
    display: block;
    height: 80px;
    margin-right: 20px;
    text-decoration: none;
}
.domainIndexDef .section3 .secMianL .top .topB ul li .name{
    color: #666666;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 12px;
}
.domainIndexDef .section3 .secMianL .top .topB ul li em{
    font-weight: bold;
    font-size: 16px;
    margin-left: 20px;
    padding-right: 5px;
}
.domainIndexDef .section3 .secMianL .top .topB ul li .font{
    position: absolute;
    font-size: 18px;
    right: 40px;
    top: 50%;
    margin-top: -5px;
}
.domainIndexDef .section3 .secMianL .top .topB ul li .wrap:hover{
    background: #ffeded;
}
.domainIndexDef .section3 .secMianL .top .topB ul li .wrap:hover .font,
.domainIndexDef .section3 .secMianL .top .topB ul li .wrap:hover .name,
.domainIndexDef .section3 .secMianL .top .topB ul li .wrap:hover em,
.domainIndexDef .section3 .secMianL .top .topB ul li .wrap:hover span{
    color: #e50014;
}

.domainIndexDef .section3 .secMianL .center .centerT{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
}
.domainIndexDef .section3 .secMianL .center .centerT span{
    color: #666666;
    margin-left: 20px;
}
.domainIndexDef .section3 .secMianL .center .centerB ul{
    padding:10px 0 10px 0;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li{
    line-height: 30px;
    height: 30px;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a{
    float: left;
    width: 50%;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a .wrap{
    margin-right: 20px;
    border-bottom: dashed 1px #e0e0e0;
    padding-left: 20px;
    max-width: 90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a:after{
    content: "";
    width: 20px;
    height: 30px;
    background: #ffffff;
    position: absolute;
    right: 0;
    top:0;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a:hover span{
    color: #2a7ed8;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a span{
    font-size: 12px;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a .spot{
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a .hot{
    display: inline-block;
    background: #e40013;
    border-radius: 3px;
    height: 14px;
    line-height: 14px;
    color: #fff;
    vertical-align: middle;
    margin-left: 10px;
    padding: 0 2px;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li a:hover .hot{
    color: #fff;
}
.domainIndexDef .section3 .secMianL .center .centerB ul li.last .wrap{
    border: none;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL .bottomLT{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL .bottomLT span{
    color: #666666;
    margin-left: 20px;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL .bottomLT a{
    float: right;
    margin-right: 20px;
    font-size: 12px;
    color: #2a7ed8;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL .bottomLB{
    height: 258px;
    position: relative;
}
.domainIndexDef .section3 .secMianL .bottom .bottomL .bottomLB .loading{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRT{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRT span{
    color: #666666;
    margin-left: 20px;
}

.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRT a {
    float: right;
    margin-right: 20px;
    font-size: 12px;
    color: #2a7ed8;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRB{
    height: 258px;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRB ul{
    padding: 20px 0;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRB ul li{
    line-height: 21px;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRB ul li a{
    display: inline-block;
    text-decoration: none;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;

}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRB ul li a:hover span{
    color: #2a7ed8;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRB ul li span{
    font-size: 12px;
}
.domainIndexDef .section3 .secMianL .bottom .bottomR .bottomRB ul li .spot{
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
}

.domainIndexDef .section3 .secMianR .top .topT{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
    padding-left: 20px;
}
.domainIndexDef .section3 .secMianR .top .topT span{
    color: #666666;
    cursor: pointer;
}
.domainIndexDef .section3 .secMianR .top .topT span.active{
    color: #e50014;
}
.domainIndexDef .section3 .secMianR .top .topB{
    padding-bottom: 20px;
}
.domainIndexDef .section3 .secMianR .top .topB ul{
    padding: 20px 0 0px 0;
}
.domainIndexDef .section3 .secMianR .top .topB ul li{
    line-height: 21px;
}
.domainIndexDef .section3 .secMianR .top .topB ul li a{
    display: inline-block;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
    padding-left: 20px;
    max-width: 90%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.domainIndexDef .section3 .secMianR .top .topB ul li a:hover .spot{
    color: #2a7ed8;
}
.domainIndexDef .section3 .secMianR .top .topB ul li a .spot{
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}
.domainIndexDef .section3 .secMianR .top .topB .btnmore{
    font-size: 12px;
    color: #2a7ed8;
    margin-left: 20px;
}   
.domainIndexDef .section3 .secMianR .center .centerT{
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ededed;
    padding-left: 20px;
}
.domainIndexDef .section3 .secMianR .center .centerT span{
    color: #666666;
    cursor: pointer;
}
.domainIndexDef .section3 .secMianR .center .centerB{
    padding-bottom: 25px;
}
.domainIndexDef .section3 .secMianR .center .centerB .chart{
    height: 165px;
}
.domainIndexDef .section3 .secMianR .center .centerB .code .qrImg{
    float: left;
    margin-left: 20px;
    margin-right: 15px;
}
.domainIndexDef .section3 .secMianR .center .centerB .code .text{
    font-size: 12px;
    line-height: 24px;
    margin-right: 20px;
}
.domainIndexDef .section3 .secMianR .bottom{
    height: 250px;
    position: relative;
}
.domainIndexDef .section3 .secMianR .bottom .scroll{
    overflow: hidden;
}
.domainIndexDef .section3 .secMianR .bottom .scroll .item{
    height: 250px;
}
.domainIndexDef .section3 .secMianR .bottom .scroll .item a{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.domainIndexDef .section3 .secMianR .bottom .scroll .item img{
    width: 100%;
    height: 100%;
    margin:0 auto;
}
.domainIndexDef .section3 .secMianR .bottom .hd{
    width: 100%;
    text-align: right;
    position: absolute;
    bottom: 10px;
}
.domainIndexDef .section3 .secMianR .bottom .hd li{
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    background: rgba(255, 255, 255, 0);
    border-radius: 100%;
    margin-right: 8px;
    text-align: center;
    line-height: 12px;
}
.domainIndexDef .section3 .secMianR .bottom .hd li:after{
    display: inline-block;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    background:rgba(255, 255, 255, 0.5);
    border-radius: 100%;
    content: "";
}
.domainIndexDef .section3 .secMianR .bottom .hd li.on{
    background: rgba(255, 255, 255, 0.5);
}
.domainIndexDef .section3 .secMianR .bottom .hd li.on:after{
    background: rgba(255, 255, 255, 1);
}


/* 信息模板 */
/* 提交操作页面背景置灰 */
.loading_bg1{width:100%;height:100%;position: fixed;background: rgba(0 ,0 , 0, 0.4);z-index: 99999;top:0;}
.loading_bg1 .loading_con1{position: absolute;width:286px;height:151px;background-color: #ffffff;left:50%;margin-left: -143px;top:50%;margin-top:-130px;border-radius: 8px;box-shadow: 0 0 10px -1px #000000;}
.loading_bg1 .loading_con1 p{font-size: 14px;color:#666666;text-align: center;line-height: 40px;}
.loading_bg1 .loading_con1 p:first-child{padding-top: 35px;}
.upload-id .icon-txt-red{position:absolute; bottom:24%;width:100%; left:0; text-align:center;height:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; z-index:3; color:#f33}

.domainTempList .btnP{
    padding-left: 20px;
    line-height: 54px;    
    border-bottom: solid 1px #edeff1;
}
.domainTempList .section2{
    margin: 0 20px;

}

/* 默认模板 */
.domainTempDefTemp .btnP{
    padding-left: 20px;
    line-height: 54px;    
    border-bottom: solid 1px #edeff1;
}
.domainTempDefTemp .section2{
    margin: 50px 20px;
}
.domainTempDefTemp .section2 ul{
    width: 560px;
    margin: auto;
}
.domainTempDefTemp .section2 ul li{
    line-height: 70px;
}
.domainTempDefTemp .section2 ul li h3{
    float: left;
    height: 70px;
    width: 121px;
    font-weight: bold;
    border-right: solid 1px #e5e5e5;
    padding-left: 26px;
}
.domainTempDefTemp .section2 ul li {
    border-bottom: solid 1px #e5e5e5;
}
.domainTempDefTemp .section2 ul li .text{
    padding-left: 20px;
}
.domainTempDefTemp .section2 ul li .xwInput{
    width: 275px;
}
.domainTempDefTemp .section2 ul .li3,
.domainTempDefTemp .section2 ul .li4{
    border: none;
}
.domainTempDefTemp .section2 ul .li4 h3{
    border: none;
}
.domainTempDefTemp .section2 ul .li4 .xwBtn{
    margin-left: 76px;
}
.domainTempDefTemp .section2 ul li div{
    float: left;
    position: relative;
}
.domainTempDefTemp .section2 ul li div .result{
    display: none;
    position: absolute;
    width: 295px;
    border: solid 1px #e0e0e0;
    border-top: none;
    left: 66px;
    top: 56px;
    z-index: 1;
    background: #fff;
}
.domainTempDefTemp .section2 ul li div .result span{
    display: block;
    line-height: 30px;
    padding-left: 10px;
}
.domainTempDefTemp .section2 ul li div .result span:hover{
    background: #ccc;
    cursor: pointer;
}


/* 新建模板 */
.domainTempNew .section2 .xwFormTable{
    margin: 30px 0px 10px 0;
}
.domainTempNew .section2 .xwFormTable .n{
    width: 205px;
}
.domainTempNew .section2 .xwFormTable .v a.tit{
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 4px;
    color: #2a7ed8;
    text-decoration: none;
}
.domainTempNew .section2 .xwFormTable .v .required{
    font-size: 12px;
    line-height: 36px;
    margin-left: 20px;
}
.domainTempNew .section2 .xwFormTable .xwSelect{
    width: 298px;
}
.domainTempNew .section2 .xwFormTable .xwInput{
    width: 278px;
}
.domainTempNew .section2 .xwFormTable .code .xwInput{
    width: 138px;
}
.domainTempNew .section2 .xwFormTable .code  .xwBtn{
    padding: 0 18px;
}
.domainTempNew .section2 .xwFormTable .city .xwSelect{
    width: 143px;
}
.domainTempNew .section2 .xwFormTable .twoInput .short{
    width: 50px;
}
.domainTempNew .section2 .xwFormTable .twoInput .long{
    width: 192px;
}
.domainTempNew .section2 h2{
    line-height: 44px;
    margin: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #eeeeee;
    position: relative;
}
.domainTempNew .section2 h2 span{
    display: inline-block;
    width: 30px;
    border-bottom: solid 1px #e60011;
    position: absolute;
    left: 0px;
    bottom: -1px;
}
.domainTempNew .section2 .btnTr td{
    height: 150px;
    background: #fafafa;
    text-align: center;
}
.domainTempNew.contDomain{
    padding-bottom: 0px;
}
.domainTempNew .section2 .examples{
    float: left;
}
.domainTempNew .section2 .examples .text{
    color: #999999;
    font-size: 12px;
}
.domainTempNew .section2 .examples .img{
    width: 98px;
    height: 64px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    position: relative;
}
.domainTempNew .section2 .examples .img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.domainTempNew .section2 .examples .img .mask{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    display: none;
    text-align: center;
    line-height: 64px;
    border-radius: 3px;
}
.domainTempNew .section2 .examples .img .mask span{
    font-size: 12px;
    color: #fff;
}
.domainTempNew .section2 .examples .img:hover .mask{
    display: inline-block;
}
.domainTempNew .section2 .idcardForm{
    padding-bottom: 30px;
}


/* 查看模板信息 */
.domainTempdetail .tab{
    margin: 35px 20px 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainTempdetail .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainTempdetail .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainTempdetail .tab li.last:after{
    display: none;
}
.domainTempdetail .tab li.active{
    border-bottom: solid 2px red;
}

.domainTempdetail .section2 .sec1 .xwFormTable{
    margin: 30px 0px 10px 0;
}
.domainTempdetail .section2 .sec1 .xwFormTable .n{
    width: 205px;
}
.domainTempdetail .section2 .sec1 .xwFormTable .v a.tit{
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    padding-top: 4px;
    color: #2a7ed8;
    text-decoration: none;
}
.domainTempdetail .section2 .sec1 .xwFormTable .v .required{
    font-size: 12px;
    line-height: 36px;
    margin-left: 20px;
}
.domainTempdetail .section2 .sec1 .xwFormTable .xwSelect{
    width: 298px;
}
.domainTempdetail .section2 .sec1 .xwFormTable .xwInput{
    width: 278px;
}
.domainTempdetail .section2 .sec1 .xwFormTable .code .xwInput{
    width: 138px;
}
.domainTempdetail .section2 .sec1 .xwFormTable .code  .xwBtn{
    padding: 0 18px;
}
.domainTempdetail .section2 .sec1 .xwFormTable .city .xwSelect{
    width: 143px;
}
.domainTempdetail .section2 .xwFormTable .twoInput .short{
    width: 50px;
}
.domainTempdetail .section2 .xwFormTable .twoInput .long{
    width: 192px;
}
.domainTempdetail .section2 .sec1 h2{
    line-height: 44px;
    margin: 0 20px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    border-bottom: solid 1px #eeeeee;
    position: relative;
}
.domainTempdetail .section2 .sec1 h2 span{
    display: inline-block;
    width: 30px;
    border-bottom: solid 1px #e60011;
    position: absolute;
    left: 0px;
    bottom: -1px;
}
.domainTempdetail .section2 .sec1 .btnTr td{
    height: 150px;
    background: #fafafa;
    text-align: center;
}
.domainTempdetail.contDomain{
    padding-bottom: 0px;
}
.domainTempdetail .section2 .sec1 .examples{
    float: left;
}
.domainTempdetail .section2 .sec1 .examples .text{
    color: #999999;
    font-size: 12px;
}
.domainTempdetail .section2 .sec1 .examples .img{
    width: 98px;
    height: 64px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    position: relative;
}
.domainTempdetail .section2 .sec1 .examples .img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.domainTempdetail .section2 .sec1 .examples .img .mask{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    display: none;
    text-align: center;
    line-height: 64px;
    border-radius: 3px;
}
.domainTempdetail .section2 .sec1 .examples .img .mask span{
    font-size: 12px;
    color: #fff;
}
.domainTempdetail .section2 .sec1 .examples .img:hover .mask{
    display: inline-block;
}
.domainTempdetail .section2 .sec1 .idcardForm{
    padding-bottom: 30px;
}
.domainTempdetail .section2 .sec2{
    margin: 20px 20px;
}
.domainTempdetail .section2 .sec2 p{
    line-height: 30px;
}
.domainTempdetail .section2 .sec2 p .left{
    display: inline-block;
    width: 120px;
    text-align: right;
}
.domainTempdetail .section2 .sec2 .pageMain{
    margin-top: 20px;
}
.domainTempdetail .section2 .sec3 {
    margin: 20px  20px;
}
.domainTempdetail .section2 .sec3 .liC{
    background: #fafafa;
    display: none;
}
.domainTempdetail .section2 .sec3 .liC div{
   padding: 20px 0; 
}
.domainTempdetail .section2 .sec3 .liC div p{
    line-height: 22px;
}
.domainTempdetail .section2 .sec3 .liC div p span{
    color: #666666;
    font-size: 12px;
}
.domainTempdetail .section2 .sec3 .liC div p span.r{
    margin-right: 20px;
}

/* 域名转移管理 */
.domainTransferList .dataMain{
    margin: 20px 20px;
}
.domainTransferList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainTransferList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainTransferList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainTransferList .dataMain .tab li.last:after{
    display: none;
}
.domainTransferList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainTransferList .dataMain .tab a{
    position: absolute;
    right: 0px;
    bottom: 4px;
}
.domainTransferList .dataMain .tab .btnEnter{
    display: none;
}

/*管理权变更  */
.domainChangeList .dataMain{
    margin: 20px 20px;
}
.domainChangeList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainChangeList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainChangeList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainChangeList .dataMain .tab li.last:after{
    display: none;
}
.domainChangeList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainChangeList .dataMain .tab a{
    position: absolute;
    right: 0px;
    bottom: 4px;
}
.domainChangeList .dataMain .tab .btnEnter{
    display: none;
}

/* 域名push 管理 */
.domainPushList .btnP{
    margin: 20px;
}
.domainPushList .section2{
    margin: 20px;
    border-top: solid 1px #e6e6e6;
}

/* 停放 */
.domainBerthList .dataMain{
    margin: 20px;
}
.domainBerthList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainBerthList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainBerthList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainBerthList .dataMain .tab li.last:after{
    display: none;
}
.domainBerthList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainBerthList .dataMain .listTit{
    text-align: center;
    line-height: 36px;
    font-weight: bold;
}
.domainBerthList .tabMain1{
    /* margin-top: 20px; */
}
.domainBerthList .tabMain2 .xwRadio{
    height: 32px;
    line-height: 31px;
}
.domainBerthList .tabMain5 .xwFormTable{
    margin-top: 50px;
}
.domainBerthList .tabMain5 .xwFormTable .n{
    width: 185px;
}
.domainBerthList .tabMain5 .xwFormTable .xwTextarea{
    width: 278px;
    height: 153px;
}
.domainBerthList .tabMain5 .xwFormTable .tr1{
    position: relative;
}
.domainBerthList .tabMain5 .xwFormTable .tr1 .btnParkDomain{
    color: #2a7ed8;
    font-size: 12px;
    position: absolute;
    top: -20px;
    right: 0px;
}
.domainBerthList .tabMain5 .xwFormTable .tr2 .btn{
    font-size: 12px;
    margin-left: 10px;
}


/* whois信息保护 */
.domainManageSafe .tab{
    margin: 20px 20px 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainManageSafe .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainManageSafe .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainManageSafe .tab li.last:after{
    display: none;
}
.domainManageSafe .tab li.active{
    border-bottom: solid 2px red;
}
.domainManageSafe .section2{
    padding-left: 20px;
    margin: 0 20px;
    height: 70px;
    line-height: 70px;
    background: #f7f7f7;
    border-bottom: dashed 1px #e0e0e0;
}
.domainManageSafe .section3{
    margin: 30px 20px 0 20px;
    padding-left: 20px;
}
.domainManageSafe .section3 .left{
    float: left;
}
.domainManageSafe .section3 .right{
    float: left;
}
.domainManageSafe .section3 p{
    font-size: 12px;
    line-height: 30px;
}
.domainManageSafe .section3 .bot .right .text{
    display: block;
    line-height: 30px;
}
.domainManageSafe .section3 .bot .right{
    height: 430px;
    overflow: hidden;
}
.domainManageSafe .section3 .bot a{
    text-decoration: none;
    display: inline-block;
    margin-left: 145px;
}
.domainManageSafe .section3 .bot a span{
    font-size: 12px;
    margin-right: 5px;
}
.domainManageSafe .section3 .bot a .font{
    font-size: 12px;
    color: #999999;
}
.domainManageSafe .section3 .status img{
    display: none;
    cursor:pointer;
}
.domainManageSafe .section3 .status.on .onImg{
    display: block;
}
.domainManageSafe .section3 .status.off .offImg{
    display: block;
}
.domainManageSafe .section3 .secMain2 .left{
    display: inline-block;
    line-height: 25px;
}
.domainManageSafe .section3 .secMain2 .status{
    display: inline-block;
    margin-left: 10px;
}


/* 商务名片 */
.domainManageBusscard .tab{
    margin: 20px 20px 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainManageBusscard .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainManageBusscard .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainManageBusscard .tab li.last:after{
    display: none;
}
.domainManageBusscard .tab li.active{
    border-bottom: solid 2px red;
}
.domainManageBusscard .section2{
    padding-left: 20px;
    margin: 0 20px;
    height: 70px;
    line-height: 70px;
    background: #f7f7f7;
    border-bottom: dashed 1px #e0e0e0;
}
.domainManageBusscard .section2 .right{
    margin-right: 20px;
}
.domainManageBusscard .section2 .btn{
    color: #297cd8;
}
.domainManageBusscard .section3{
    margin-left: 20px;
}
.domainManageBusscard .section3 .secMain1{
    margin-left: 20px;

}
.domainManageBusscard .section3 .secMain1 p{
    line-height: 50px;
    margin-top: 15px;
}
.domainManageBusscard .section3 .secMain1 .content{
    width: 586px;
    height: 353px;
    background: url(../../images/domain/busscard.png)no-repeat;
}
.domainManageBusscard .section3 .secMain1 .content ul{
    padding: 20px;
}
.domainManageBusscard .section3 .secMain1 .content ul li{
    border-bottom: solid 1px #f1f1f1;
    padding: 10px 0 20px 0;
}
.domainManageBusscard .section3 .secMain1 .content ul li.last{
    border: none;
}
.domainManageBusscard .section3 .secMain1 .content ul li h2{
    font-size: 16px;
    line-height: 34px;
}
.domainManageBusscard .section3 .secMain1 .content ul li span{
    line-height: 24px;
    color: #666666;
}
.domainManageBusscard .section3 .secMain1 .btn{
    display: inline-block;
    color: #297cd8;
    margin-top: 10px;
}
.domainManageBusscard .section3 .secMain2{
    margin:20px 110px;
}
.domainManageBusscard .section3 .secMain2 .secTab{
    height: 28px;
}
.domainManageBusscard .section3 .secMain2 .step{
    position: relative;
    float: left;
    width: 33.33%;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    color: #FFF;
    background: #b3b3b3;
    z-index: 1;
    text-align: center;
}
.domainManageBusscard .section3 .secMain2 .step:before{
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    z-index: 8;
    top: 0px;
    border-top: 14px solid #b3b3b3;
    border-left: 12px solid transparent !important;
    border-bottom: 14px solid #b3b3b3;
}
.domainManageBusscard .section3 .secMain2 .step:after{
    content: '';
    display: block;
    width: 4px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-top: 14px solid transparent !important;
    border-left: 12px solid #b3b3b3;
    border-bottom: 14px solid transparent !important;
    background-color: #FFF;
}
.domainManageBusscard .section3 .secMain2 .step1:before{
    content: '';
    border:none;
}
.domainManageBusscard .section3 .secMain2 .step3:after{
    content: '';
    border:none;
    width: 0px;
}
.domainManageBusscard .section3 .secMain2 .step.on{
    background: #e50012;
}
.domainManageBusscard .section3 .secMain2 .step.on:before{
    border-color: #e50012;
}
.domainManageBusscard .section3 .secMain2 .step.on:after{
    border-color: #e50012;
}
.domainManageBusscard .section3 .secMain2 .secTabMain1{
    margin: 20px 0px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain1 .xwCheckbox{
    margin-left: 10px;
    height: 34px;
    line-height: 30px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain1 .xwSelect{
    width: 298px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain1 .xwInput,
.domainManageBusscard .section3 .secMain2 .secTabMain1 .xwTextarea{
    width: 278px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain1 .xwTextarea{
    height: 86px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2 ul li div{
    float: left;
    width: 50%;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2 ul li div h2{
    font-size: 12px;
    font-weight: bold;
    line-height: 55px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2 ul li div h2 .spot{
    font-weight: 800;
    margin-left: 6px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2 .xwFormTable td.n{
    width: 55px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2{
    position: relative;
    padding-bottom: 100px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2 .btnWhite{
    margin-top: 20px;
    position: absolute;
    left: 40%;
    margin-left: -52.5px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2 .btnRed{
    margin-top: 20px;
    position: absolute;
    left: 60%;
    margin-left: -52.5px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain2 .xwInput{
    width: 218px;
}

.domainManageBusscard .section3 .secMain2 .secTabMain3 ul li div h2{
    font-size: 12px;
    font-weight: bold;
    line-height: 55px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain3 .xwFormTable td.n{
    width: 55px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain3 ul li div h2 .spot{
    font-weight: 800;
    margin-left: 6px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain3 .xwBtn{
    margin-left: 65px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain3 .xwTextarea{
    width: 278px;
    height: 56px;
}
.domainManageBusscard .section3 .secMain2 .secTabMain3 .tit{
    line-height: 50px;
}



.domainManageBusscard .section3 .secMain3{
    margin: 20px;
}
.domainManageBusscard .section3 .secMain3 .status img{
    display: none;
    cursor:pointer;
}
.domainManageBusscard .section3 .secMain3 .status.on .onImg{
    display: block;
}
.domainManageBusscard .section3 .secMain3 .status.off .offImg{
    display: block;
}
.domainManageBusscard .section3 .secMain3 .left{
    display: inline-block;
    line-height: 25px;
    float: left;
}
.domainManageBusscard .section3 .secMain3 .status{
    display: inline-block;
    margin-left: 10px;
}


/* 安全锁 */
.domainManageLock .tab{
    margin: 20px 20px 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainManageLock .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainManageLock .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainManageLock .tab li.last:after{
    display: none;
}
.domainManageLock .tab li.active{
    border-bottom: solid 2px red;
}
.domainManageLock .section2{
    padding-left: 20px;
    margin: 0 20px;
    height: 70px;
    line-height: 70px;
    background: #f7f7f7;
    border-bottom: dashed 1px #e0e0e0;
}
.domainManageLock .section2 .right{
    margin-right: 20px;
}
.domainManageLock .section3 .secMain1{
    margin-top: 20px;
    margin-left: 20px;
}
.domainManageLock .section3 .secMain1 p{
    line-height: 30px;
    margin-left: 20px;
}
.domainManageLock .section3 .secMain2{
    margin: 20px;
}
.domainManageLock .section3 .secMain2 div{
    margin-left: 20px;
}
.domainManageLock .section3 .secMain2 .status img{
    display: none;
    cursor:pointer;
}
.domainManageLock .section3 .secMain2 .status.on .onImg{
    display: block;
}
.domainManageLock .section3 .secMain2 .status.off .offImg{
    display: block;
}
.domainManageLock .section3 .secMain2 .left{
    display: inline-block;
    line-height: 25px;
    float: left;
}
.domainManageLock .section3 .secMain2 .status{
    display: inline-block;
    margin-left: 10px;
}


/* 局域锁定 */
.domainManageLocking .tab{
    margin: 20px 20px 0 20px;
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainManageLocking .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainManageLocking .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainManageLocking .tab li.last:after{
    display: none;
}
.domainManageLocking .tab li.active{
    border-bottom: solid 2px red;
}
.domainManageLocking .section2{
    padding-left: 20px;
    margin: 0 20px;
    height: 70px;
    line-height: 70px;
    background: #f7f7f7;
    border-bottom: dashed 1px #e0e0e0;
}
.domainManageLocking .section2 .right{
    margin-right: 20px;
}
.domainManageLocking .section3 .secMain1{
    margin-top: 20px;
    margin-left: 20px;
}
.domainManageLocking .section3 .secMain1 ul{
    margin-left: 20px;
    margin-bottom: 30px;
}
.domainManageLocking .section3 .secMain1 ul li{
    line-height: 24px;
}
.domainManageLocking .section3 .secMain1 .xwFormTable .n{
    width: 158px;
}
.domainManageLocking .section3 .secMain2{
    margin: 20px;
}
.domainManageLocking .section3 .secMain2 div{
    margin-left: 20px;
}
.domainManageLocking .section3 .secMain2 .status img{
    display: none;
    cursor:pointer;
}
.domainManageLocking .section3 .secMain2 .status.on .onImg{
    display: block;
}
.domainManageLocking .section3 .secMain2 .status.off .offImg{
    display: block;
}
.domainManageLocking .section3 .secMain2 .left{
    display: inline-block;
    line-height: 25px;
    float: left;
}
.domainManageLock .section3 .secMain2 .status{
    display: inline-block;
    margin-left: 10px;
}


/* 我要卖域名 */
.domainSellerDef{

}
.domainSellerDef .section2{
    margin: 0 20px;
    border-bottom: solid 1px #e0e0e0;
}
.domainSellerDef .section2 .xwFormTable{
    margin-top: 50px;
}
.domainSellerDef .section2 .xwFormTable .n{
    width: 165px;
}
.domainSellerDef .section2 .xwFormTable .xwTextarea{
    width: 278px;
    height: 153px;
}
.domainSellerDef .section2 .xwFormTable .tr1{
    position: relative;
}
.domainSellerDef .section2 .xwFormTable .tr1 .btnParkDomain{
    color: #2a7ed8;
    font-size: 12px;
    position: absolute;
    top: -20px;
    right: 0px;
}
.domainSellerDef .section2 .xwFormTable .tr2 .xwBtn{
    margin-top: 20px;
    margin-bottom: 30px;
}

/* 卖家-等待上架的域名 */
.domainWaitforsaleList .dataMain{
    margin: 20px;
}
.domainWaitforsaleList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainWaitforsaleList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainWaitforsaleList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainWaitforsaleList .dataMain .tab li.last:after{
    display: none;
}
.domainWaitforsaleList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainWaitforsaleList .dataMain .tab li .text{
    text-decoration: none;
}
.domainWaitforsaleList .dataMain .tab li .text:hover{
    color: #333333;
}
.domainWaitforsaleList .dataMain .tab .xwBtn{
    position: absolute;
    right: 0px;
}



/* 卖家-正在出售域名 */
.domainInsaleList .dataMain{
    margin: 20px;
}
.domainInsaleList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainInsaleList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainInsaleList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainInsaleList .dataMain .tab li.last:after{
    display: none;
}
.domainInsaleList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainInsaleList .dataMain .tab li .text{
    text-decoration: none;
}
.domainInsaleList .dataMain .tab li .text:hover{
    color: #333333;
}
.domainInsaleList .dataMain .tab .xwBtn{
    position: absolute;
    right: 0px;
}
.domainInsaleList .dataMain .tit{
    text-align: center;
    font-size: 12px;
    line-height: 26px;
}
.domainInsaleList .dataMain .tit a{
    color: #2b7fd9;
}


/* 卖家-交易结束的域名 */
.domainEndsaleList .dataMain{
    margin: 20px;
}
.domainEndsaleList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainEndsaleList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainEndsaleList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainEndsaleList .dataMain .tab li.last:after{
    display: none;
}
.domainEndsaleList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainEndsaleList .dataMain .tab li .text{
    text-decoration: none;
}
.domainEndsaleList .dataMain .tab li .text:hover{
    color: #333333;
}
.domainEndsaleList .dataMain .tab .xwBtn{
    position: absolute;
    right: 0px;
}
.domainEndsaleList .dataMain .uls{
    height: 70px;
    line-height: 70px;
    background: #fcfcfc;
    margin-bottom: 20px;
}
.domainEndsaleList .dataMain .uls li{
    float: left;
    margin-left: 20px;
    margin-right: 50px;
}
.domainEndsaleList .dataMain .uls li em{
    color: #e50012;
    font-size: 26px;
    font-weight: bold;
}
.domainEndsaleList .dataMain .uls li .font{
    color: #999999;
    padding-right: 10px;
}


/* 卖家-预定的域名 */

.domainReserveList .dataMain{
    margin: 20px;
}
.domainReserveList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainReserveList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainReserveList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainReserveList .dataMain .tab li.last:after{
    display: none;
}
.domainReserveList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainReserveList .dataMain .tab li .text{
    text-decoration: none;
}
.domainReserveList .dataMain .tab li .text:hover{
    color: #333333;
}
.domainReserveList .dataMain .tab .xwBtn{
    position: absolute;
    right: 0px;
}
.domainReserveList .dataMain .uls{
    height: 70px;
    line-height: 70px;
    background: #fcfcfc;
    margin-bottom: 20px;
}
.domainReserveList .dataMain .uls li{
    float: left;
    margin-left: 20px;
    margin-right: 50px;
}
.domainReserveList .dataMain .uls li em{
    color: #e50012;
    font-size: 26px;
    font-weight: bold;
}
.domainReserveList .dataMain .uls li .font{
    color: #999999;
    padding-right: 10px;
}


/* 卖家-正在交易的域名 */

.domainPurchaseList .dataMain{
    margin: 20px;
}
.domainPurchaseList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainPurchaseList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainPurchaseList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainPurchaseList .dataMain .tab li.last:after{
    display: none;
}
.domainPurchaseList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainPurchaseList .dataMain .tab li .text{
    text-decoration: none;
}
.domainPurchaseList .dataMain .tab li .text:hover{
    color: #333333;
}
.domainPurchaseList .dataMain .tab .xwBtn{
    position: absolute;
    right: 0px;
}
.domainPurchaseList .dataMain .uls{
    height: 70px;
    line-height: 70px;
    background: #fcfcfc;
    margin-bottom: 20px;
}
.domainPurchaseList .dataMain .uls li{
    float: left;
    margin-left: 20px;
    margin-right: 50px;
}
.domainPurchaseList .dataMain .uls li em{
    color: #e50012;
    font-size: 26px;
    font-weight: bold;
}
.domainPurchaseList .dataMain .uls li .font{
    color: #999999;
    padding-right: 10px;
}


/* 卖家-交易结束的域名 */

.domainEndbuyList .dataMain{
    margin: 20px;
}
.domainEndbuyList .dataMain .tab{
    height: 32px;
    line-height: 32px;
    border-bottom: solid 2px #ededed;
    position: relative;
}
.domainEndbuyList .dataMain .tab li{
    float: left;
    position: relative;
    padding: 0 15px;
    cursor: pointer;
}
.domainEndbuyList .dataMain .tab li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background: #e6e6e6;
    position: absolute;
    right: 0px;
    top: 10px;
}
.domainEndbuyList .dataMain .tab li.last:after{
    display: none;
}
.domainEndbuyList .dataMain .tab li.active{
    border-bottom: solid 2px red;
}
.domainEndbuyList .dataMain .tab li .text{
    text-decoration: none;
}
.domainEndbuyList .dataMain .tab li .text:hover{
    color: #333333;
}
.domainEndbuyList .dataMain .tab .xwBtn{
    position: absolute;
    right: 0px;
}
.domainEndbuyList .dataMain .uls{
    height: 70px;
    line-height: 70px;
    background: #fcfcfc;
    margin-bottom: 20px;
}
.domainEndbuyList .dataMain .uls li{
    float: left;
    margin-left: 20px;
    margin-right: 50px;
}
.domainEndbuyList .dataMain .uls li em{
    color: #e50012;
    font-size: 26px;
    font-weight: bold;
}
.domainEndbuyList .dataMain .uls li .font{
    color: #999999;
    padding-right: 10px;
}



/* 卖家-委托购买 */

.domainEntrustList  .topBtn{
    line-height: 70px;
    margin: 0 20px;
}
.domainEntrustList  .topBtn .text{
    font-size: 12px;
    color: #999999;
    margin-left: 10px;
}
.domainEntrustList .dataMain{
    border-top: solid 1px #edeff1;
}
.domainEntrustList .dataMain .tabMain{
    margin: 20px;
}
.domainEntrustList .dataMain .item{
    margin: 20px 20px 0 20px;
}
.domainEntrustList .dataMain .item li{
    float: left;
    width: 20%;
    margin-right: 6.6555%;
    position: relative;
}
.domainEntrustList .dataMain .item li .img{
    position: absolute;
    top: 50%;
    margin-top: -23px;
    right: -20%;
}
.domainEntrustList .dataMain .item li .content{
    border: solid 1px #ededed;
    border-radius: 3px;
    background: #fdfdfd;
}
.domainEntrustList .dataMain .item li .content .top{
    height: 67px;
}
.domainEntrustList .dataMain .item li.last{
    margin-right: 0px;
}
.domainEntrustList .dataMain .item li h2{
    border-bottom: solid 1px #ededed;
    position: relative;
    margin: 0 10px;
}
.domainEntrustList .dataMain .item li h2 .left{
    display: inline-block;
    width: 26px;
    height: 26px;
    border-radius: 26px;
    background: #fe6b6b;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    left: 10px;
    top: 22px;
}
.domainEntrustList .dataMain .item li h2 em{
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding-left: 44px;
}
.domainEntrustList .dataMain .item li h2 em.topEm{
    padding-top: 14px;
}
.domainEntrustList .dataMain .item li .bot{
    min-height: 90px;
    margin: 0 10px;
    padding-top: 15px;
}
.domainEntrustList .dataMain .item li .bot a{
    margin: 0 10px;
    display: block;
    line-height: 24px;
    font-size: 12px;
}

/* 示例 */
.examples{
    float: left;
}
.examples .text{
    color: #999999;
    font-size: 12px;
}
.examples .img{
    width: 98px;
    height: 64px;
    border-radius: 3px;
    border: solid 1px #e0e0e0;
    position: relative;
}
.examples .img img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.examples .img .mask{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    display: none;
    text-align: center;
    line-height: 64px;
    border-radius: 3px;
}
.examples .img .mask span{
    font-size: 12px;
    color: #fff;
}
.examples .img:hover .mask{
    display: inline-block;
}
/* 身份证弹框 */
.popIdcard{
    width: 700px;
    height: 584px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -292px;
}
.popIdcard .cont .left{
    float: left;
    width: 226px;
    margin-left: 60px;
    margin-right: 50px;
    margin-top: 15px;
}
.popIdcard .cont .left p{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.popIdcard .cont .left .text{
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #cccccc;
}
.popIdcard .cont .left ul{
    margin-top: 20px;
}
.popIdcard .cont .left ul li{
    font-size: 12px;
    color: #fe5f03;
    line-height: 24px;
}
.popIdcard .cont .right{
    float: left;
}
/* 营业执照弹框 */
.popBussCard{
    width: 700px;
    height: 584px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -292px;
}
.popBussCard .cont .left{
    float: left;
    width: 226px;
    margin-left: 60px;
    margin-right: 50px;
    margin-top: 15px;
}
.popBussCard .cont .left p{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.popBussCard .cont .left .text{
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #cccccc;
}
.popBussCard .cont .left ul{
    margin-top: 20px;
}
.popBussCard .cont .left ul li{
    font-size: 12px;
    color: #fe5f03;
    line-height: 24px;
}
.popBussCard .cont .right{
    float: left;
}


/* 注册表弹框 */
.popSurfaceCard{
    width: 700px;
    height: 584px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -292px;
}
.popSurfaceCard .cont .left{
    float: left;
    width: 226px;
    margin-left: 60px;
    margin-right: 50px;
    margin-top: 15px;
}
.popSurfaceCard .cont .left p{
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 5px;
}
.popSurfaceCard .cont .left .text{
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: dashed 1px #cccccc;
}
.popSurfaceCard .cont .left ul{
    margin-top: 20px;
}
.popSurfaceCard .cont .left ul li{
    font-size: 12px;
    color: #fe5f03;
    line-height: 24px;
}
.popSurfaceCard .cont .right{
    float: left;
}

/** 域名交易上架短信验证弹框 **/
.putOnSale{
    width: 600px;
    height: 384px;
    left: 50%;
    margin-left: -350px;
    top: 50%;
    margin-top: -292px;
}
.putOnSale .list,
.putOnSale .list li{overflow:hidden;list-style: none;}
.putOnSale .list li{margin:0 0 15px;clear:both;}
.putOnSale .list li .l-left,
.putOnSale .list li .l-left2,
.putOnSale .list li .l-right{float:left;}
.putOnSale .list li .l-left,
.putOnSale .list li .l-left2{width:188px;text-align:right;}
.putOnSale .list-02 li .l-left{width:250px;}
.putOnSale .list .l-left p{line-height:32px;color:#333;}
.putOnSale .list .l-left2 p{line-height:28px;color:#333;}
.putOnSale .list .l-right i{vertical-align:middle;margin:0 0 0 10px;}
.putOnSale .b-input-01{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;width:186px;padding:0 13px;border:1px solid #d1d1d1;color:#999;height:23px;line-height:30px;}
.putOnSale .list .t-b-text-01{line-height:32px;color:#333;display:inline-block;*display:inline;*zoom:1;}
.putOnSale .btn-01b{padding:0 4px;height: 24px;line-height:25px;color: #666;font-size: 13px;border:#d1d1d1 solid 1px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;display:inline-block;background:#f7f7f7;text-decoration:none;margin-left:10px;}
.putOnSale .list .l-right .t-b-error{height:32px;line-height:32px;overflow:hidden;margin:0 0 0 5px;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;font-size:14px;}
.putOnSale .icon-error{display: inline-block;height:16px;width:16px;text-decoration: underline;background: url(https://www.xinnet.com/views/domain/images/error.png) no-repeat top center;vertical-align: middle;margin-right: 3px;margin-top:-2px;margin: 0;}
.putOnSale .prompt-red{color:#f33;}
.putOnSale .list .prompt-down i {margin: 0;}
.putOnSale .cont1{
    
}
.putOnSale .cont2{
    display: none;
    width: 430px;
    margin: auto;
}
.putOnSale .cont2 .pageMain{
    max-height: 200px;
    overflow: auto;
}

/* 卖家 批量工具 */
.domainInsaleTool .section2 .xwTextarea{
    width: 50%;
    height: 300px;
    margin: 20px;
    display: block;
}
.domainInsaleTool .section2 .xwBtn{
    margin-left: 20px;
}


.domainIndexPop{position:fixed; right: 20px;bottom: 20px;z-index: 99998;} 
.domainIndexPop_a{width:44px;height:95px;padding:15px 0;cursor:pointer; text-align:center;line-height:15px;color:#fff;font-size:12px;background:#336ed2; box-shadow:2px 2px 5px rgba(0,0,0,.13)} 
.domainIndexPop_a .font{font-size:16px;color:#fff;padding-bottom:5px;} 
.domainIndexPop_b{display:none;width:282px;padding:20px 18px 30px 18px;border:1px solid #ececec;background:#fff;box-shadow:2px 2px 5px rgba(0,0,0,.13);position:absolute;right:55px;bottom:0;} 
.domainIndexPop_b h4{margin:0;padding:0;font-weight:normal;color:#000;font-size:14px; position:relative;} 
.domainIndexPop_b h4 .font{font-size:16px;padding-right:10px;} 
.domainIndexPop_b h4 a{font-style:normal;font-size:12px;float:right;} 
.domainIndexPop_b .divided{font-size:0;height:1px;overflow:hidden;padding:0;width:100%;background:#ededed;margin-top:12px;margin-bottom:16px;} 
.domainIndexPop_b ul{padding-left:25px;padding-top:6px;margin:0;} 
.domainIndexPop_b ul li{height:24px; line-height:24px;font-size:12px; margin:0;padding:0;width:100%;text-overflow: ellipsis;white-space: nowrap;overflow:hidden;} 
.domainIndexPop_b a{color:#666;text-decoration:none;} 
.domainIndexPop_b a:hover{color:#2a7ed8;text-decoration:none;} 
.domainIndexPop_b p{color:#12px;font-size:12px; line-height:24px;padding-left:25px;color:#666;margin:0;} 
.domainIndexPop_b .domainIndexPop_b_div {position: absolute;width: 12px;height: 100%; right: -12px;bottom:0}


.dmRecoBox{background-color: #fff;margin-top: 20px;padding-bottom: 10px;}
.dmRecoBox .textTil{height: 40px;line-height: 40px;border-bottom: solid 1px #ededed;padding-left: 20px;}
.dmRecoBox .textTil i.font{margin-left: 5px;}
.dmRecoBox .loadingState{text-align: center;font-size: 12px;color: #666;padding: 15px 0;}
.dmRecoBox .loadingState img{margin-right: 5px;}
.dmRecoBox .dmRecoList{margin:0 20px;}
.dmRecoBox .dmRecoList li{position: relative;padding: 15px 0;border-top: 1px dashed #cecece;height: 24px;line-height: 24px;}
.dmRecoBox .dmRecoList li .dmRList_item{float: left;width: 40%;font-size: 12px;color: #fff;}
.dmRecoBox .dmRecoList li .dmRList_btn{font-size: 12px;color: #fff;position: absolute;width: 70px;height: 24px;background-color: #e50112;text-align: center;line-height: 24px;right:0;top:15px;text-decoration: none;}
.dmRecoBox .dmRecoList li .dmRList_btn:hover{background-color: #f1202f;}

.centerT a{
    float: right;
    margin-right: 20px;
    font-size: 12px;
    color: #2a7ed8;
}
