@charset "utf-8";

/*重置样式*/

html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body {
    font-family: sans-serif;
}


/* 清除iOS自带的input样式 */

input[type=button],
input[type=text],
input[type=password] {
    -webkit-appearance: none;
    outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0
}

select {
    background: transparent;
}

ul,
li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.textEllipsis {
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    word-break: normal !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0;
    width: 100%;
    display: block;
    height: 100%;
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 500
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 500
}

q:before,
q:after {
    content: ''
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

ins,
a {
    text-decoration: none
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    font-style: normal;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

#captcha {
    font-size: 0.36rem;
}


/*header*/

body {
    min-width: 320px;
    max-width: 750px;
    background: #f5f5f5;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 0.24rem;
    color: #333;
}

body,
html {
    width: 100%;
    height: 100%;
    min-height: 100%;
    /*overflow-x: hidden;*/
}

a {
    color: #333;
}


/*滚动条样式调整*/

.list::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}

.list::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}

.list::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.hide {
    display: none;
}

.top_box {
    position: fixed;
    background: #FFFFFF;
    height: 0.92rem;
    top: 0;
    z-index: 1200;
    border-bottom: solid 1px #e6e6e6;
    width: 100%;
    max-width: 750px;
}

.b-shadow {
    box-shadow: 0 0 10px rgba(153, 153, 153, 0.8);
}

.top_left {
    width: 3rem;
    margin-left: 0.24rem;
    margin-top: 0.12rem;
    float: left;
}

.top_left img {
    width: 100%;
    height: auto;
}

.top_right {
    width: auto;
    height: 100%;
    float: right;
    width: 1.86rem;
}

.top_right .head_nav {
    width: 50%;
    float: right;
    height: 0.92rem;
}

.top_right .head_user {
    width: 50%;
    text-align: right;
    height: 0.92rem;
    float: left;
    margin-right: 0;
}

.top_icon1 {
    width: 100%;
    height: 100%;
    background: url(../../Static/img/dl.png) no-repeat center;
    display: inline-block;
}

.top_icon2 {
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../../Static/img/dh.png) no-repeat center;
}

.active .top_icon2 {
    width: 100%;
    height: 100%;
    background: url(../../Static/img/domain_reg_bg_01.png) no-repeat;
    background-size: 5.96rem 5.09rem;
    background-position: -4.40rem -0.08rem;
    display: inline-block;
}

.head_nav,
.head_user {
    display: inline-block;
    vertical-align: middle;
    width: 0.38rem;
    height: 100%;
}


/*头部隐藏登录注册*/

.login-menu {
    width: 100%;
    background: #2c353e;
    height: auto;
    position: fixed;
    z-index: 200;
    top: 0.92rem;
    left: 0;
    display: none;
}

.login-btn {
    width: 5rem;
    height: 100%;
    margin: 0 auto;
}

.login-btn>a {
    float: left;
    width: 2rem;
    height: 0.58rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.58rem;
    border: solid 1px #FFFFFF;
    font-size: 0.36rem;
    box-sizing: border-box;
}

.reg-btn {
    margin-right: 0.96rem;
}

.login-btn .login-active {
    background: #e23839;
    border-color: #e23839;
}


/*登录成功之后*/

.login-after {
    width: auto;
    margin: 0 10px;
}

.user-info-list li {
    height: 0.98rem;
    line-height: 0.98rem;
    border-bottom: solid 1px #666;
}

.user-info-list li>a {
    color: #FFFFFF;
    font-size: 0.32rem;
    opacity: 0.8;
    display: block;
}

.user-info-list li i {
    color: #E23839;
    font-size: 0.32rem;
    font-weight: 600;
}

.account-money {
    margin-left: 0.24rem;
}

.user-info-list .popup_icon {
    margin-right: 0.18rem;
}

.user-info-list .last {
    border-bottom: none;
}


/*头部隐藏菜单*/

.menu-show {
    position: relative;
}

.top-menu {
    position: fixed;
    left: 0;
    top: 0.92rem;
    z-index: 1000;
    background: #FFFFFF;
    height: auto;
    width: 100%;
    box-shadow: 0 3px 10px #d4d4d4;
    display: none;
    width: 100%;
    min-width: 320px;
    max-width: 750px;
    margin: 0 auto;
}

.menu_list {
    width: 100%;
}

.menu_list li {
    height: 0.82rem;
    line-height: 0.82rem;
    padding-left: 0.4rem;
    width: auto;
    border-top: solid 1px #e6e6e6;
}

.menu_list li .title {
    height: 100%;
    line-height: 0.82rem;
    width: 100%;
    display: block;
    font-size: 0.32rem;
    color: #333;
    float: left;
}

.popup_icon {
    float: right;
    width: 0.16rem;
    height: 100%;
    margin-right: 0.54rem;
    background: url(../../Static/img/hide-menu_03.png) no-repeat center center;
    background-size: contain;
    height: 0.98rem;
}


/*复选框*/

.radio-label {
    font-size: 0.32rem;
    color: #666666;
}

.radio-label::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 0.30rem;
    height: 0.30rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.30rem 0.30rem;
    position: relative;
    margin-right: 0.04rem;
    background-size: contain;
    margin-top: -2px;
}

.radio-label::before {
    border: solid 1px #bfc3cc;
}

.mck:checked+.radio-label::before {
    background-image: url(../img/checkbox-active_03.png);
}

input[type="checkbox"] {
    display: none;
}

.radio-label {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.container {
    position: relative;
    top: 0.92rem;
    left: 0;
    z-index: 99;
    width: 100%;
    min-height: 300px;
    margin-bottom: .9rem;
}

body .no-border {
    border-bottom: none;
}

body .no-padding {
    padding-bottom: 0;
}

body .blue {
    color: #4095ff;
}

body .green {
    color: #1F8A20;
}

body .red {
    color: #f00909;
}


/*共用样式*/

body .pl-20 {
    padding-left: 0.2rem;
}

body .pl-50 {
    padding-left: 0.5rem;
}

body .ml-50 {
    margin-left: 0.5rem;
}

body .f-left {
    float: left;
}

body .f-right {
    float: right;
}

body .m-select {
    border: none;
    width: 2.4rem;
    height: 0.5rem;
    font-size: 0.28rem;
    color: #666666;
    border: solid 1px #CCCCCC;
}

body .t-select {
    border: none;
    width: 1.98rem;
    height: 0.5rem;
    font-size: 0.28rem;
    color: #666666;
    border: solid 1px #CCCCCC;
}

body .mb-40 {
    margin-bottom: 0.4rem;
}

body .bolder {
    font-weight: 600;
}

.mt-20 {
    margin-top: 0.2rem;
}

.bg-white {
    background: #FFFFFF;
}

.pt-92 {
    padding-top: 0.92rem;
}

.mb-20 {
    margin-bottom: 0.2rem;
}

.ys {
    margin-top: 20px;
    height: 30px;
}

.content-inq-nav a.on {
    color: #fff;
}

.pagebreak .page_current {
    background: #1296db;
    color: #fff;
    border-color: #1296db;
}

.pagebreak a {
    padding: 3px 8px;
    border: 1px solid #dddddd;
    margin: 0 2px;
    border-radius: 4px;
    color: #999;
}

.pagebreak table {
    margin: 0px auto;
}


/*公告部分公用样式*/

.m-an-wrap {
    padding: 0 0.1rem;
    background: #FFFFFF;
}

#mAn {
    width: auto;
    height: 0.8rem;
    overflow: hidden;
    background: #FFFFFF;
}

.m-an-banner1 {
    line-height: normal;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
    height: 0.6rem;
}

.m-an-content {
    height: 100%;
}

.m-an-content li {
    height: 100%;
    line-height: 0.6rem;
}

.m-an-content li a {
    display: block;
}

.m-an-content li span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icon_wrap {
    float: left;
    width: 0.42rem;
    height: 100%;
    background: url(../../Static/img/m_an.png) no-repeat center center;
    background-size: 0.36rem 0.36rem;
    margin-right: 0.1rem;
}

.m-an-list {
    width: 85%;
    float: left;
    text-align: left;
}


/*底部导航*/

.footerBox {
    width: 100%;
    min-height: 7rem;
    background: #2c353e;
	padding-bottom:70px;
}


/*开展业务*/

.start-b-warp {
    width: 100%;
    height: 2.24rem;
    background: #e84047 url(../img/domain-singo-bg_01.png) no-repeat center top;
    background-size: cover;
}

.start-business {
    width: 50%;
    height: 1.36rem;
    margin: 0 auto;
    padding-top: 0.44rem;
}

.start-title {
    text-align: center;
    margin-bottom: 0.24rem;
    font-size: 0.36rem;
    color: #FFFFFF;
}

.start-btn a {
    display: block;
    padding: 0.1rem 0.2rem;
    border: solid 1px #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
}

.creat-btn {
    float: left;
}

.become-btn {
    float: right;
}

.footer {
    margin: 0 10px;
}

.footer>ul {
    padding-top: 0.26rem;
}

.footer .one-menu {
    min-height: 0.86rem;
    height: auto;
    border-top: none;
    border-bottom: solid 1px #6c7278;
}

.one-menu>a {
    display: block;
    height: 0.80rem;
}

.footer .popup_icon {
    width: 0.28rem;
    margin-right: 0;
    background: url(../img/host-icon-1_03.png) no-repeat center;
    background-size: contain;
    height: 0.86rem;
}

.footer>ul>li {
    padding-left: 0;
}

.footer .title_type {
    color: #FFFFFF;
    opacity: 0.8;
}


/*二级菜单*/

.footer .two-menu {
    display: none;
}

.footer-active .two-menu {
    display: block;
    margin-bottom: 0.08rem;
}

.footer-active .popup_icon {
    background: url(../img/host-icon-4_03.png) no-repeat center;
    background-size: contain;
}

.footer .two-menu li {
    height: 30px;
    line-height: 30px;
    padding-left: 0;
    border: none;
}

.footer .two-menu li a {
    color: #999999;
    font-size: 0.28rem;
}


/*联系客服*/

.contact {
    width: 100%;
    height: 2.76rem;
    padding-bottom: 0.3rem;
}

.contact-icon {
    display: block;
    width: 0.82rem;
    height: 0.86rem;
    margin: 0 auto;
    background: url(../img/lianxi_03.png) no-repeat center center;
    background-size: contain;
    margin-top: 0.44rem;
}

.contact-btn {
    display: block;
    width: 2.34rem;
    height: 0.6rem;
    background: #e23839;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: center;
    line-height: 0.6rem;
    border-radius: 5px;
    margin-top: 0.24rem;
}

.contact-desc {
    width: auto;
    text-align: center;
    margin-top: 0.48rem;
    color: #FFFFFF;
    opacity: 0.7;
	line-height:24px;
}


/*返回顶部*/

.backtop {
    width: 0.96rem;
    height: 0.96rem;
    background: url(../img/domain_reg_bg_01.png) no-repeat;
    background-size: 5.96rem 5.09rem;
    background-position: -3.9rem -2.6rem;
    position: fixed;
    bottom: 1.4rem;
    right: 0.2rem;
    z-index: 1300;
}

table .aui_titleBar {
    background: #dd2726;
}

body .contact {
    padding-bottom: 0.2rem;
    height: auto;
    overflow: hidden;
    margin-top: 0.36rem;
	
}

body .pc_href {
    margin-top: 0.1rem;
}

body .pc_href .pc_href_a {
    color: #FFFFFF;
    opacity: 0.9;
    padding: 2px 4px;
}

body .backstage_pay {
    color: #007EFF;
    display: inline-block;
    margin-top: 10px;
}

body .login-after .user-info-list .title_type {
    color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.back_up_box {
    float: left;
    width: 10%;
    height: .92rem;
}

.back_up {
    width: 0.78rem;
    height: .92rem;
    background-image: url(/template/Home/Default/Mobile/Static/img/back_up.png);
    background-repeat: no-repeat;
    background-size: 0.42rem .42rem;
    background-position: center center;
}

.top_left_box {
    width: 40%;
    float: left;
}

.top_right {
    width: 30%;
}

.aui_inner .aui_dialog {
    overflow: hidden;
    width: 100%;
}

.aui_inner .aui_dialog {
    overflow: hidden;
    max-width: 90%;
}

table.aui_border {
    border-radius: 5px;
}

table .aui_inner {
    overflow: hidden;
    border-radius: 5px;
    width: 100%;
}

body .blocker .dialog {
    border-radius: 5px;
    overflow: hidden;
}

td.aui_main {
    height: auto !important;
}

.show-captcha {
    border-radius: 4px;
}

#captcha {
    width: 1.8rem;
    border: solid 1px #ccc;
    height: 0.6rem;
}

.show-captcha {
    margin-top: 0.2rem;
    /* width: 1.8rem; */
    height: 0.6rem;
}


/* 验证码重写 */

body .layer-check-code {
    border-radius: 5px;
    max-width: 400px !important;
}


.sp_header{height:50px;overflow:hidden;position:fixed; float:right;z-index:10000;width:50px;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#E23839;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99990;background:#eee;width:100%;height:calc(110% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:46px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid; padding-left:10px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none; margin-left:-10px;}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li{ padding-left:20px;}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}

#jesong_chat_body .jesong-operation-footer{ height:0px !important;}
.jesong-mini-main-footer{ margin-top:15px;}
.jesong_phone_input{ height:36px !important;}
.jesong_phone_input div{ line-height:36px !important; height:36px !important;padding-top:0px !important;}
.jesong_phone_tool{ padding-top:10px !important;}



.btn{position:relative;cursor:pointer;display:inline-block;vertical-align:middle;font-size:12px;font-weight:bold;height:27px;line-height:27px;min-width:52px;padding:0 12px;text-align:center;text-decoration:none;border-radius:2px;border:1px solid #ddd;color:#666;}
input.btn{height:29px;}
.btn:hover{border-color:#c6c6c6;color:#333;background-color:#f8f8f8;background:-webkit-linear-gradient(top, #f8f8f8, #f1f1f1);background:-moz-linear-gradient(top, #f8f8f8, #f1f1f1);background:linear-gradient(top, #f8f8f8, #f1f1f1);box-shadow:#ddd 0 1px 1px 0;}
.btn:active, .btn.btn-active{box-shadow:#ddd 0 1px 2px 0 inset;border-color:#c6c6c6;}
.btn:focus{border-color:#4d90fe;outline:none}
.btn-primary{}
.btn-primary:hover{border-color:#2F5BB7;color:#fff;background-color:#4D90FE;background:-webkit-linear-gradient(top, #4D90FE, #357AE8);background:-moz-linear-gradient(top, #4D90FE, #357AE8);background:linear-gradient(top, #4D90FE, #357AE8);}
.btn-primary:active{box-shadow:#2176D3 0 1px 2px 0 inset;border-color:#3079ED;}
.btn-primary:focus{border-color:#4d90fe;outline:none}

.theme-buy{margin-top:7%;text-align:center;}
.theme-signin{font-size:15px;}
.theme-popover-mask{z-index:1000;position:fixed;left:0;top:0;width:100%;height:100%;background:#000;opacity:0.5;filter:alpha(opacity=50);-moz-opacity:0.5;display:none;}
.theme-popover{z-index:1001;position:fixed; bottom:0;width:100%;height:50%;border-radius:5px;background-color:#fff;display:none;box-shadow:0 0 10px #666;background:#fff;}
.theme-poptit{border-bottom:1px solid #ddd;padding:12px;position:relative;height:24px;}
.theme-poptit h3{ font-size:16px;}
.theme-poptit .close{float:right;color:#999; margin-top:-14px; font-size:32px;}
.theme-poptit .close:hover{color:#444;}
.theme-popbod{padding:60px 15px;color:#444;height:148px; clear:both}
.theme-popbod div{ line-height:30px;}
.theme-popbod input{ border:1px solid #CCC; line-height:30px; border-radius:5px; }
.dform{padding:15px;text-align:center;}
.theme-signin{font-size: 16px;}
.theme-signin h4{color:#999;font-weight:100;margin-bottom: 20px;font-size: 12px;}
.theme-signin li{padding-left: 80px;margin-bottom: 15px;}
.theme-signin li strong{float: left;margin-left: -80px;width: 80px;text-align: right;line-height: 32px;}
.theme-signin .btn{margin-bottom: 10px;}
.theme-signin p{font-size: 12px;color: #999;}


#formid input::-webkit-input-placeholder{
	color:#333;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#333;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#333;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#333;
}
.footer{ text-align:left}
.pop {  display: none;  width:80%;  height:100%;  position: absolute;  top:-100%;  left: 0;  bottom: 0;  right: 0;  margin: auto;  padding: 15px 3%;  z-index: 12901;  border-radius: 8px;  background-color: #fff;  box-shadow: 0 3px 18px rgba(100, 0, 0, .5);  }
.pop-top{  height:40px; text-align:center; font-size:20px;  width:100%;  border-bottom: 1px #E5E5E5 solid;  }
.pop-top h2{  float: left;  display:black}
.pop-top span{  float: right;  cursor: pointer;  font-weight: bold; display:black}
.pop-close{ font-size:15px;}
.pop-foot{  height:50px;  line-height:50px;  width:100%;  border-top: 1px #E5E5E5 solid;  text-align: right;  }
.pop-cancel, .pop-ok {  padding:8px 15px;  margin:15px 5px;  border: none;  border-radius: 5px;  background-color: #337AB7;  color: #fff;  cursor:pointer;  }
.pop-cancel {  background-color: #FFF;  border:1px #CECECE solid;  color: #000;  }
.pop-content{  }
.pop-content-left{  float: left;  }
.pop-content-right{  width:96%;  float: left; padding-left:2%;  font-size: 15px;  line-height:30px;  }
.bgPop{  display: none;  position: absolute;  z-index: 12900;  left: 0;  top:-100%;   width: 100%;  height: 400%;  background: rgba(0,0,0,.6);  }




