@charset "utf-8";

/*设置页面通用样式*/

body {
    font: 14px "arial","verdana","helvetica","PingFang SC","HanHei SC","STHeitiSC-Light","Microsoft Yahei",sans-serif; ;
    color: #333;
    margin: 0;
    padding: 0;
    background: #fff;
}

/* 重置表单元素 */
button, input, select, textarea {
    outline: none;
}

/* 清除内外边距 */
hr, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 重置列表元素 */
ul, ol {
    list-style: none;
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置a标签样式*/
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff6d10;
    text-decoration: none;
}

/*p标签边距*/
p {
    margin: 0 0 10px;
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置图片样式*/
img {
    vertical-align: middle;
    border-style: none;
}

/*浮动*/
.left {
    float: left;
}

.right {
    float: right;
}

/*清除浮动*/
.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

/*输入框*/
input::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

/*隐藏*/
.hide {
    display: none!important;
}

/*主体内容*/
.main {
    width: 100%;
    min-width: 1300px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.content {
    width: 1300px;
    margin: 0 auto;
}

/*面包屑*/
.common-breadcrumb {
    width: 100%;
    background: #f5f8fb;
    margin-top: 70px;
}

.common-breadcrumb .inner-breadcrumb {
    width: 1300px;
    padding: 17px 0 17px 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.common-breadcrumb .inner-breadcrumb a {
    font-size: 13px;
    color: #666666;
}

.common-breadcrumb .inner-breadcrumb a.blue {
    color: #ff6d10;
}

/*------------------------页眉---------------------------*/
/*导航*/
.tempHeader {
    position: absolute;
    background-color: #FFFFFF;
    top: 0;
    display: flex;
    align-items: center;
    z-index: 10;
    height: 70px !important;
    line-height: 70px;
    box-shadow: 0 5px 12px 0 rgb(129 129 129 / 13%) !important;
}

.tempHeader .inner-header .inner-header-left .top-logo {
    width: 152px;
    height: 46px;
    cursor: pointer;
}

.tempHeader .inner-header .inner-header-right {
    margin-left: 300px;
    font-size: 13px;
    position: relative;
}

.tempHeader .inner-header .inner-header-right .header-divider {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.54);
    margin: 27px 17px 0 17px;
    opacity: 0.47;
}

.tempHeader .inner-header .inner-header-right .header-txt a {
    color: #333333;
    font-size: 15px;
}

.tempHeader .inner-header .inner-header-right .header-txt .vip-icon {
    width: 32px;
    height: 14px;
    margin-top: 28px;
}

.tempHeader .inner-header .inner-header-right .header-txt .serve {
    font-weight: bold;
    color: #FF9200;
    margin-left: 5px;
}

/*顶部导航搜索框*/
.tempHeader .inner-header .inner-header-right .search-nav {
    width: 270px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ff6d10;
    position: absolute;
    top: 18px;
    right: 130px;
    z-index: 9999;
    box-sizing: border-box;
}

.tempHeader .inner-header .inner-header-right .search-nav input {
    padding: 0 10px;
    outline: none;
    width: 212px;
    border: 0;
    height: 32px;
    border-radius: 4px 0 0 4px;
    position: absolute;
    top: 0;
}

.tempHeader .inner-header .inner-header-right .search-nav button {
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    color: #fff;
    width: 58px;
    height: 33px;
    line-height: 33px;
    background: #ff6d10;
    border-radius: 2px 0 0 2px;
    border: 0;
    cursor: pointer;
}

/*地区定位*/
.tempHeader .inner-header .location {
    margin-left: 10px;
}

.tempHeader .inner-header .location i {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../images/slicing/location.png");
}

.tempHeader .inner-header .location span {
    display: inline-flex;
    max-width: 42px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tempHeader .inner-header .location a {
    color: #ff6d10;
}

/*登录注册*/
.tempHeader .inner-header .inner-header-right .usericon-wrapper {
    position: relative;
}

.tempHeader .inner-header .inner-header-right .usericon-wrapper a {
    display: block;
}

.tempHeader .inner-header .inner-header-right .usericon-wrapper img {
    width: 36px;
    height: auto;
    margin-right: 8px;
    cursor: pointer;
    border-radius: 50%;
}

.tempHeader .inner-header .inner-header-right .usericon-wrapper span {
    color: #333333;
}

.tempHeader .inner-header .inner-header-right .usericon-wrapper .down-content {
    position: absolute;
    top: 65px;
    left: 20px;
    width: 120px;
    padding: 8px 0;
    text-align: center;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 0 6px 0 rgb(186 186 187 / 31%);
    display: none;
}

.tempHeader .inner-header .inner-header-right .usericon-wrapper .down-content a {
    display: block;
    height: 32px;
    line-height: 32px;
}

.tempHeader .inner-header .inner-header-right .usericon-wrapper:hover .down-content {
    display: block;
}

.tempHeader .inner-header .inner-header-right .login-head {
    color: #fff;
    float: right;
    width: 80px;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
    background: #ff6d10;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    top: 18px;
    z-index: 99999;
}

.tempHeader .inner-header .inner-header-right .login-head button {
    padding: 0;
    background: #ff6d10;
    border: 0;
    color: #FFFFFF;
    cursor: pointer;
}

/*------------------------页脚---------------------------*/
/*底部*/
.footer-title {
    background: url(../images/index/foot-bg.jpg);
    background-size: 100% 100%;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-title .footer-tit {
    width: 1200px;
    display: flex;
    margin: auto;
    color: #fff;
}

.footer-title .footer-title-item {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.footer-title .footer-title-item img {
    width: 40px;
    height: 40px;
}

.footer-title .footer-title-item div {
    width: 234px;
    margin-top: -15px;
    margin-left: 21px;
}

.footer-title .footer-title-item h3 {
    width: 112px;
    height: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 18px;
}

.footer-title .footer-title-item span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    line-height: 19px;
}

.footer-content {
    background: #2B353D;
}

.footer-content .footer-btm-content {
    width: 100%;
    padding: 37px 0 10px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.footer-content .footer-btm-content .footer-content-item {
    width: 163px;
    color: #fff;
}

.footer-content .footer-btm-content .footer-content-item.contact-us {
    width: 310px;
}

.footer-content .footer-btm-content .footer-content-item .item-label {
    height: 19px;
    margin-bottom: 20px;
    padding-left: 12px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    position: relative;
}

.footer-content .footer-btm-content .footer-content-item .item-label:after {
    content: "";
    width: 4px;
    height: 15px;
    background: #ff6d10;
    position: absolute;
    left: 0;
    margin-top: 2px;
}

.footer-content .footer-btm-content .footer-content-item .link-wrapper a {
    display: block;
    margin-bottom: 13px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #acafbc;
}

.footer-content .footer-btm-content .footer-content-item .link-wrapper .contact-item {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    color: #acafbc;
    margin-bottom: 13px;
}

.footer-content .footer-btm-content .attention-us {
    margin-left: 198px;
}

.footer-content .footer-btm-content .attention-us .attention-detail {
    width: 466px;
    display: flex;
    justify-content: space-between;
}

.footer-content .footer-btm-content .attention-us .attention-detail .attention-item {
    flex: 1;
    font-size: 13px;
    color: #acafbc;
}

.footer-content .footer-btm-content .attention-us .attention-detail .attention-item img {
    width: 100px;
    height: 100px;
    margin-bottom: 7px;
}

.footer-content .footer-btm-content .attention-us .attention-detail .attention-item div {
    width: 104px;
    text-align: center;
}

/*周边城市*/
.footer-content .footer-city {
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);

}

.footer-content .footer-city div {
    display: flex;
    flex-wrap: wrap;
}

.footer-content .footer-city div:nth-child(1) {
    padding: 20px 0;
}

.footer-content .footer-city div span {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #9fa3a7;
}

.footer-content .footer-city div ul {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
}

.footer-content .footer-city div ul li {
    margin: 0 10px;
}

.footer-content .footer-city div ul li a {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #acafbc;
}
/*友情链接*/
.footer-content .footer-link {


}

.footer-content .footer-link div {
    display: flex;
    flex-wrap: wrap;
}

.footer-content .footer-link div:nth-child(1) {
    padding: 10px 0;
}

.footer-content .footer-link div span {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #9fa3a7;
}

.footer-content .footer-link div ul {
    display: flex;
    flex-wrap: wrap;
    width: 94%;
}

.footer-content .footer-link div ul li {
    margin: 0 10px;
}

.footer-content .footer-link div ul li a {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #acafbc;
}

.footer-beian {
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222A32;
}

.footer-beian a {
    margin-left: 5px;
    margin-right: 20px;
    color: #acafbc;
}

.footer-beian div {
    margin-left: 5px;
    margin-right: 20px;
    color: #acafbc;
}

/*登录弹窗*/
.login-model {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.49);
    display: none;
    z-index: 100;
}

.login-alert {
    width: 438px;
    height: 519px;
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.login-alert .switch-login {
    text-align: right;
}

.login-alert .switch-login img:first-child {
    margin-top: 5px;
    width: 90px;
    height: auto;
}

.login-alert .switch-login img:last-child {
    margin-top: -1px;
    width: 40px;
    height: auto;
    border-top-right-radius: 8px;
    cursor: pointer;
}

.login-alert .logo {
    display: block;
    margin: 30px auto;
    width: 180px;
    height: auto;
}

.login-alert p {
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.login-alert span {
    display: block;
    padding-top: 20px;
    color: #999999;
    text-align: center;
}

.login-alert span a {
    color: #ff6d10;
}

.login-alert .login-alert-close {
    position: absolute;
    top: -16px;
    left: 438px;
    width: 32px;
    height: 32px;
    background: url("../images/slicing/login-alert-close.png");
    background-size: 100% 100%;
    display: none;
}

/*微信登录*/
.login-alert .wx-login {
    display: block;
}

.login-alert .wx-login .wx-qrcode {
    width: 150px;
    height: 150px;
    margin: 30px auto;
    border: 1px solid #e5e5e5;
    position: relative;
}

.login-alert .wx-login .wx-qrcode img {
    display: block;
    width: 100%;
    height: 100%;
}

.login-alert .wx-login .wx-qrcode .shadow {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: #e5e5e5;
    opacity: 0.8;
    display: none;
}

.login-alert .wx-login .wx-qrcode .shadow div {
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

/*账号登录*/
.login-alert .account-login {
    display: none;
}

.login-alert .account-login input {
    display: block;
    width: 384px;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
    padding-left: 15px;
    border: 1px solid #E6E6E6;
}

.login-alert .account-login i {
    display: block;
    width: 384px;
    height: 28px;
    line-height: 28px;
    margin: 0 auto;
    padding-left: 15px;
    font-size: 12px;
    font-style: normal;
    color: red;
}

.login-alert .account-login a.findPwd {
    display: block;
    margin-top: 15px;
    padding-right: 20px;
    text-align: right;
    color: #ff6d10;
}

.login-alert .account-login button {
    display: block;
    width: 380px;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 17px auto 0;
    color: #FFFFFF;
    background: #ff6d10;
    border: 1px solid #ff6d10;
    border-radius: 10px;
    cursor: pointer;
}


/*登录成功的提示*/
.success-tip {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 40px;
    background-color: #5cb85c;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    z-index: 9999;
    transition: top .5s ease-in-out;
}

/*登录失败的提示*/
.failed-tip {
    position: fixed;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 40px;
    background-color: #d9534f;
    color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    z-index: 9999;
    transition: top .5s ease-in-out;
}


/* 绑定手机号弹窗 */
.bind-model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.bind-model .bind-alert {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1076px;
    height: 500px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
}

.bind-model .bind-alert .banner {
    width: 700px;
    height: 500px;
}

.bind-model .bind-alert .banner img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
}

.bind-model .bind-alert .bind_main{
    margin: 40px auto 0;
    width: 377px;
}

.bind-model .bind-alert .bind_main .underline{
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    color: #ff6d10;
    line-height: 1
}

.bind-model .bind-alert .bind_main > span{
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 18px;
    margin-bottom: 30px;
    line-height: 1;
    color: #666666;
}

.bind-model .bind-alert .bind_main > div:not(.underline) {
    width: 314px;
    height: 36px;
    margin: 0 auto 24px;
    position: relative;
}

.bind-model .bind-alert .bind_main > div:not(.underline) .label-text{
    display: inline-block;
    width: 80px;
    text-align: right;
    color: #333;
}

.bind-model .bind-alert .bind_main > div:not(.underline) .label-text span{
    color: #E50000
}

.bind-model .bind-alert .bind_main > div:not(.underline) i{
    display: block;
    font-style: normal;
    color: red;
    padding-top: 2px;
    padding-left: 100px;
}

.bind-model .bind-alert .bind_main input, .bind-model .bind-alert .bind_main select{
    margin-left: 10px;
    width: 220px;
    height: 36px;
    line-height: 1;
    font-size: 14px;
    color: #333;
    padding-left: 10px;
    border: 1px solid #a8a8a8;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bind-model .bind-alert .bind_main div .name, .bind-model .bind-alert .bind_main div .position{
    width: 103px;
}

.bind-model .bind-alert .bind_main span.get_ver_code, .bind-model .bind-alert .bind_main span.sent {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #ff6d10;
    cursor: pointer;
}

.bind-model .bind-alert .bind_main span.sent {
    display: none;
}

.bind-model .bind-alert .bind_main input:focus{
    border: 1px solid #ff6d10;
}

.bind-model .bind-alert .bind_main input[type='submit']{
    cursor: pointer;
    width: 298px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    padding: 0;
    margin-left: 50px;
    background: #ff6d10;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bind-model .bind-alert .bind-alert-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 29px;
    height: 29px;
    background: url('../images/slicing/login-alert-close.png');
    background-size: 100% 100%;
}

/*会员限制弹窗*/
.limit-model {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.limit-model .limit-alert {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 500px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
}

.limit-model .limit-alert .banner {
    width: 500px;
    height: 500px;
}
.limit-model .limit-alert .banner img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
}

.limit-model .limit-alert .pay {
    width: 500px;
    text-align: center;
    margin: 15px auto auto;
}

.limit-model .limit-alert .pay .vip-tab-box{
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.limit-model .limit-alert .pay .vip-tab-box .vip-tab {
    position: relative;
    width: 130px;
    text-align: center;
    font-weight: 600;
    float: left;
    padding: 4px;
    margin-right: 11px;
    border: 2px solid #999;
    border-radius: 5px;
    cursor: pointer;
}
.limit-model .limit-alert .pay .vip-tab-box .vip-tab:last-child {
    margin-right: 0;
}
.limit-model .limit-alert .pay .vip-tab-box .vip-tab.active {
    background: #ff9018;
    border: 2px solid #ff9018;
    color: #fff;
    font-weight: normal;
}

.limit-model .limit-alert .pay .wechat_pay {
    width: 180px;
    height: 205px;
    margin: 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url('../images/pay/wechat_pay.png') no-repeat;
    background-size: 100% 100%;
}
.limit-model .limit-alert .pay .wechat_pay img {
    width: 148px;
    height: 148px;
    margin-top: 30px;
}

.limit-model .limit-alert .pay .price {
    font-size: 16px;
    font-weight: 600;
}
.limit-model .limit-alert .pay h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 17px 0;
}

.limit-model .limit-alert .pay p {
    color: #aaa;
    font-weight: 600;
    line-height: 24px;
}
.limit-model .limit-alert .pay p span{
    color: red;
}

.limit-model .limit-alert .pay ul{
    width: 364px;
    margin: 20px auto;
    display: none;
}
.limit-model .limit-alert .pay ul.active{
    display: block;
}
.limit-model .limit-alert .pay ul li {
    position: relative;
    font-weight: 600;
    float: left;
    padding: 5px;
    margin-right: 11px;
    border: 2px solid #999;
    border-radius: 5px;
    cursor: pointer;
}
.limit-model .limit-alert .pay ul li:last-child {
    margin-right: 0;
}
.limit-model .limit-alert .pay ul li.on{
    background: #ffb800;
    border: 2px solid #ffb800;
    color: #fff;
    font-weight: normal;
}
.limit-model .limit-alert .pay ul li.on:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 14px;
    right: 0;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSIjRUFDRDkzIiBkPSJNMjcuMDE0LjAxMWwtMjggMjRoMjh6Ii8+PHBhdGggZmlsbD0iI0ZGRiIgZD0iTTIyLjcgMTNsLTUuMDQgNS4yNzctMi4zNTgtMi40NjlMMTQgMTcuMTcgMTcuNjU5IDIxIDI0IDE0LjM2MXoiLz48L2c+PC9zdmc+),none;
    background-repeat: no-repeat;
    background-position: 1px 1px;
    background-size: contain;
    border-bottom-right-radius: 5px;
}
.limit-model .limit-alert .pay .alipay {
    cursor: pointer;
}
.limit-model .limit-alert .pay .alipay img{
    width: 30px;
    height: 30px;
}
.limit-model .limit-alert .pay .alipay p{
    color: #333;
}

.limit-model .limit-alert .limit-alert-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 29px;
    height: 29px;
    background: url('../images/slicing/login-alert-close.png');
    background-size: 100% 100%;
}

/*会员限制弹窗*/
.limit-model1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.limit-model1 .limit-alert {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 820px;
    height: 430px;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: flex-start;
}

.limit-model1 .limit-alert .banner {
    width: 460px;
    height: 430px;
}

.limit-model1 .limit-alert .banner img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 100%;
    height: 100%;
}

.limit-model1 .limit-alert .pay {
    width: 360px;
    text-align: center;
    margin: 60px auto;
}

.limit-model1 .limit-alert .pay h3 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.limit-model1 .limit-alert .pay p {
    width: 300px;
    margin: 10px auto;
    color: #666666;
    font-size: 12px;
}

.limit-model1 .limit-alert .pay a {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    background: #ff6d10;
    color: #FFFFFF;
    border-radius: 4px;
    font-weight: 700;
    margin-top: 16px;
}

.limit-model1 .limit-alert .limit-alert-close {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 29px;
    height: 29px;
    background: url('../images/slicing/login-alert-close.png');
    background-size: 100% 100%;
}