/*

html5doctor.com Reset Stylesheet

v1.4.1

2010-03-01

Author: Richard Clark - http://richclarkdesign.com

*/
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, canvas, details, figcaption, figure,

footer, header, hgroup, menu, nav, section, summary,

time, mark, audio, video {
    margin:0;

    padding:0;

    border:0;

    outline:0;

    font-size:100%;

    vertical-align:baseline;

    background:transparent;

    box-sizing:border-box;
}
body {
    line-height:1;
}
:focus {
    outline: 1;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
    display:block;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #333;
    text-decoration: none;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
/*浮动*/
.fl_left{
    float: left;
}
.fl_right{
    float: right;
}
/*清除浮动*/
.clearFix::before,
.clearFix::after{
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}
/*左右间距30*/
.m_lr30 {
    margin: 0 0.3rem 0;
}
.p_lr30 {
    padding: 0 0.3rem 0;
}
/*  去掉图片低测默认的3像素空白缝隙*/
.Img{
    width: 100%;
    display: block;
}
/*隐藏*/
.hide{
    display: none;
}
/* 版心 */
.w {
    width: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    padding-top: 1.48rem;
    padding-bottom: 1rem;
}
/*按钮样式*/
.c-btn-main {
    width: 80%;
    background-color: #b46636;
    line-height: .72rem;
    height: .72rem;
    color: #fff;
    font-size: 0.36rem;
    text-align: center;
    margin: 0.2rem auto 0;
    border-radius: 0.5rem;
}
.swiper-pagination-bullet,.c-works .swiper-pagination-bullet  {
    /*width: 8px;*/
    /*height: 8px;*/
    background: #ac7c0d;
    opacity: 0.4;
}

.swiper-pagination-bullet-active,.c-works .swiper-pagination-bullet-active {
    background: #ac7c0d;
    opacity: 1;
}
/*表单简单只有电话*/
.c-form-top {
    padding: .27rem 0 .35rem;
}
.c-form-top h2 {
    font-size: .4rem;
    text-align: center;
}
.c-form-top p{
    height: .47rem;
    line-height: .47rem;
    text-align: center;
}
.c-form-top span{
    color: #f30000;
}
.c-form-simple{width: 80%;display: flex;justify-content: center;border-radius: 0.5rem;border: 1px solid #b46636;overflow: hidden;margin: 0 auto;}
.c-form-simple form {display:flex;width:100%;}
.c-form-simple input {
    width: 71%;
    height: .7rem;
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
    padding-left: .2rem;
    font-size: .28rem;
}
.c-form-simple .form-simple-btn{
    width: 29%;
/* height: .72rem; */
    font-size: .3rem;
    text-align: center;
    line-height: .72rem;
    background-color: #b46636;
    color: #fff;
}
/*1像素边框*/
.border-1px{ border-bottom: 1px solid #828282 }
.border-1px { border-right: 1px solid #ccc }
@media screen and (-webkit-min-device-pixel-ratio: 2) {
    .border-1px{ border-bottom: 0.5px solid #ccc }
    .border-1px{ border-right: 0.5px solid #ccc }
}
@media screen and (-webkit-min-device-pixel-ratio: 3) {
    .border-1px{ border-bottom: 0.333333px solid #ccc }
    .border-1px{ border-right: 0.33333px solid #ccc }
}
/*颜色*/
.color-background{
    background-color: #b46636;
}
.color-background-d{
    background-color: #e19d15;
}
.color-font{
    color: #b46636;
}
.color-font-d{
    color: #e19d15;
}
/*标题*/
h2.c-title{
    font-size: .36rem;
    text-align: center;
}
body{
    font-size: .28rem;
    font-family: "Microsoft YaHei",sans-serif;
    color: #333;
    background-color: #fff;
}
/*头部start*/
.c-header{
    position: fixed;
    /*max-width: 750px;*/
    z-index: 100;
    width: 100%;
}
.c-header .header-top{
    width: 100%;
    height: .88rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.c-header .header-top .icon-menu {
    width: .45rem;
    height: .36rem;
    background: url(../images/icon-menu.png) no-repeat;
    background-size: 100%;
}
.c-header .header-top .logo {
    width: 5.0rem;
}
.c-header .header-top .btn-box {
    display: flex;
}
.c-header .btn-box i{
    font-size: .4rem;
    color: #fff;
	display:inline-block;
	width:0.46rem;
	height:0.46rem;
	/*background:url(../images/icon_weixin.png) no-repeat;
	background-size:100% auto;*/
    
}
.c-header .btn-box a:first-child{
    /*animation: shaked 1s ease-in-out infinite;
    -webkit-animation: shaked 1s ease-in-out infinite;
    animation-delay: 2s;
    -webkit-animation-delay: 2s;*/
}
@keyframes shaked{0%{transform: rotate(0);}10%{transform: rotate(0);}20%{transform: rotate(-10deg);}30%{transform: rotate(10deg);}40%{transform: rotate(-8deg);}50%{transform: rotate(8deg);}60%{transform: rotate(-5deg);}70%{transform: rotate(5deg);}80%{transform: rotate(-2deg);}90%{transform: rotate(2deg);}100%{transform: rotate(0);}}
@-webkit-keyframes shaked{0%{transform: rotate(0);}10%{transform: rotate(0);}20%{transform: rotate(-10deg);}30%{transform: rotate(10deg);}40%{transform: rotate(-8deg);}50%{transform: rotate(8deg);}60%{transform: rotate(-5deg);}70%{transform: rotate(5deg);}80%{transform: rotate(-2deg);}90%{transform: rotate(2deg);}100%{transform: rotate(0);}}
.c-header .btn-box .btn-c{
    width: 1.2rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    font-size: .26rem;
}
.c-header .btn-box .btn-tel {
    background-color: #fff;
    color: #000;
}
.c-header .btn-box .btn-zx {
    background-color: #7d4623;
    color: #fff;
    margin-left: .1rem;
}
/*头部end*/
/*头部热搜 start*/
.header-search {
    position: fixed;
    top: .88rem;
    width: 100%;
    z-index: 100;
    background-color: #f5f5f5;
    height: .6rem;
    font-size: .22rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-search .hot-search {
    position: relative;
    color: #f30000;
}

.header-search .hot-search span{
    position: absolute;
    background: url("../images/icon-hot.png");
    width: .14rem;
    height: .16rem;
    top: -0.08rem;
    right: -0.15rem;
    background-size: 100%;
}

.header-search ul {
    display: flex;
}

.header-search ul li{
    background-color: #fff;
    border: 1px solid #e7e7e7;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    padding-left: .12rem;
    border-radius: 0.2rem;
    margin-left: .1rem;
}

.header-search ul li:first-child{
    margin-left: 0;
}
/*头部热搜end*/
/*底部start*/
.c-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    box-shadow: 0px -1px 0.1rem #ccc;
    background-color: #fff;
}
.c-footer ul {
    display: flex;
    align-items: center;
    height: 1rem;
    justify-content: space-between;
}
.c-footer ul .index,.c-footer ul .money {
    width: 0.7rem;
    font-size: .22rem;
    text-align: center;
}
.c-footer ul .index p,.c-footer ul .money p{
    margin-top: .1rem;
}
.c-footer ul .index p{
    color:#e19d15;
}
.c-footer ul .icon-index {
    display: block;
    width: .4rem;
    height: .4rem;
    background: url("../images/icon-index.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.c-footer ul .icon-money {
    display: block;
    width: .34rem;
    height: .4rem;
    background: url("../images/icon-money.png") no-repeat;
    background-size: 100%;
    margin: 0 auto;
}
.c-footer ul .incon-info{
    margin-top: 0.18rem;
    margin-right: 0.17rem;
    display: block;
    width: .42rem;
    height: .36rem;
    background: url("../images/icon-mess.png") no-repeat;
    background-size: 100%;
}
.c-footer ul .icon-freeTel{
    margin-top: 0.18rem;
    margin-right: .13rem;
    display: block;
    width: .37rem;
    height: .37rem;
    background: url("../images/icon-freetel.png") no-repeat;
    background-size: 100%;
}
.c-footer .right .btn {
    width: 4.8rem;
    display: flex;
    margin-left: 0.43rem;
    border-radius: 0.5rem;
}
.c-footer .right .btn a{
    display: flex;
    width: 50%;
    height: 0.72rem;
    line-height: 0.72rem;
    font-size: 0.26rem;
    color: #fff;
    justify-content: center;
}
.c-footer .right .btn .btn1 {
    position: relative;
    background-color: #e19d15;
    border-radius: 0.5rem 0 0 0.5rem;
}
.c-footer .right .btn .btn1 .number{
    position: absolute;
    font-size: .17rem;
    text-align: center;
    top: 10%;
    left: 28%;
    width: .34rem;
    height: .34rem;
    line-height: .34rem;
    background-color: #f90000;
    color: #fff;
    border-radius: 100%;
    -o-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    animation: blink 1.5s linear infinite;
    -webkit-animation: blink 1.5s linear infinite;
    -moz-animation: blink 1.5s linear infinite;
    -ms-animation: blink 1.5s linear infinite;
    -o-animation: blink 1.5s linear infinite;
}
.c-footer .right .btn .btn2 {
    background-color: #b46636;
    border-radius: 0 0.5rem 0.5rem 0;
}
/*底部end*/

/*广告位*/
.c-banner-tip{
    background-color: #f5f5f5;
    padding: .2rem 0;
}
/*导航条*/
.c-titleTip-swiper{
    display: flex;
}
.c-titleTip-swiper li{
    position: relative;
    display: flex;
    align-items: center;
    background-color: #e7e7e7;
    height: .6rem;
    color: #000;
    font-size: .28rem;
    width: 25%;
    text-align: center;
}
.c-titleTip-swiper li.active{
    background-color: #b46636;
    color: #fff;
}
.c-titleTip-swiper li.active::before{
    position: absolute;
    bottom: -0.1rem;
    left: 50%;
    display: block;
    /*visibility: hidden;*/
    width: 0;
    height: 0;
    border-top: .1rem solid #b46636;
    border-right: .1rem solid transparent;
    border-left: .1rem solid transparent;
    content: '';
    margin-left: -0.05rem;
}

.c-titleTip-swiper li h3{
    width: 100%;
    height: .3rem;
    line-height: .3rem;
}
.c-titleTip-swiper li h3.boder{
    border-right: 1px solid #af821a;
}
/*专业展现1*/
.c-course-box1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.3rem;
}
.c-course-box1 li {
    padding: .2rem .15rem;
    box-shadow: 0 0 0.1rem #ccc;
    border-radius: 0.1rem;
}
.c-course-box1 li h3{
    font-size: .3rem;
}
.c-course-box1 li:nth-child(n+3) {
    margin-top: .2rem;
}
.c-course-box1 li .c-course-box1-img{
    position: relative;
    width: 3.05rem;
    margin-top: .1rem;
}
.c-course-box1 li .c-course-box1-img span {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f50100;
    color: #fff;
    font-size: .2rem;
    text-align: center;
    height: .3rem;
    line-height: .3rem;
    padding: 0 0.1rem;
    border-radius: 0 0 0.15rem 0;
}
.c-course-box1 .c-course-box1-btn{
    display: flex;
    justify-content: space-between;
    margin-top: 0.12rem;
}
.c-course-box1 .c-course-box1-btn2{
    width: 1.41rem;
    height: 0.45rem;
    font-size: .26rem;
    text-align: center;
    line-height: 0.45rem;
    color: #fff;
    border-radius: 0.2rem;
    background-color: #b46636;
}
.c-course-box1 .c-course-box1-btn1{
    width: 1.41rem;
    height: 0.45rem;
    font-size: .26rem;
    text-align: center;
    line-height: 0.45rem;
    border: 1px solid #b46636;
    border-radius: 0.2rem;
}
.c-course-box1 .c-course-box1-btn1 a{
    color: #b46636;
}
.c-course-box1.special li{
    width: 2.2rem;
    padding-bottom: .15rem;
    box-shadow: 0 0 0.15rem #ccc;
    border-radius: 0.15rem;
    overflow: hidden;
}
.c-course-box1.special li:nth-child(3){
    margin-top: 0;
}
.c-course-box1.special li h3{
    padding: 0 0.1rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .3rem;
}
.c-course-box1.special li h3 span{
    color: #cccccc;
    float: right;
}
.c-course-box1.special .details-btn-zxjx{
    width: 1.4rem;
    height: 0.45rem;
    background-color: #b46636;
    font-size: .26rem;
    color: #fff;
    line-height: .45rem;
    margin: .1rem auto 0;
    border-radius: .3rem;
    text-align: center;
}
/*学生作品start*/
.c-works{
    padding: .43rem 0 .34rem;
}
.c-works .c-works-top {
    margin-top: 0.22rem;
    display: flex;
    justify-content: space-between;
}
.c-works .swiper-slide{
    padding: 0 0.3rem;
}
.c-works .c-works-top li,.c-works .c-works-bottom{
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
}
.c-works .c-works-bottom {
    margin-top: .1rem;
}
.c-works .c-works-top li p,.c-works .c-works-bottom p{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: .5rem;
    line-height: .5rem;
    font-size: .28rem;
    text-align: center;
    color: #fff;
    background-color: rgba(180,102,54,0.7);
}
/*学生作品end*/
/*线*/
.c-line{
    height: .2rem;
    background-color: #f5f5f5;
}

.c-brand {
    padding: .43rem 0.3rem .34rem;
}
.c-brand .brand-top{
    margin-top: 0.27rem;
    display: flex;
    justify-content: space-around;
}
.c-brand .brand-top li{
    font-size: .27rem;
    width: 1.4rem;
    text-align: center;
}
.c-brand .brand-top li p{
    margin-top: 0.08rem;
    line-height: 0.4rem;
}

.c-brand .brand-bottom{
    margin-top: 0.16rem;
    display: flex;
    justify-content: space-between;
}
.c-brand .brand-bottom li{
    width: 1.65rem;
}
/*校园环境*/
.c-environmenta {
    padding-top: .3rem;
    padding-bottom: .28rem;
}
.c-environmenta-box {
    margin-top: .2rem;
}
.c-environmenta-box-bottom{
    margin-top: .1rem;
    display: flex;
    justify-content: space-between;
}
/*问题*/
.c-question{
    padding: 0.3rem 0;
}
.c-question-box{
    border: 0.04rem solid #fbe0d3;
    display: flex;
    flex-wrap: wrap;
    margin: 0.18rem 0.3rem 0;
}

.c-question-box li{
    width: 33.3%;
    height: 1.1rem;
    line-height: 1.1rem;
    text-align: center;
    font-size: 0.29rem;
}

.c-question-box li:nth-child(-n+3){

    border-bottom:0.02rem solid #fbe0d3 ;

}

.c-question-box li.right{

    border-right:0.02rem solid #fbe0d3 ;

}

.c-question-box li img{
    vertical-align: middle;
    margin-right: 0.05rem;
}
.c-question .question-text {
    margin: 0.35rem 0.3rem 0;
    background: url("../images/bg.png") no-repeat;background-size: contain;
    height: 1.78rem;
}
.c-question .question-text li {
    display: flex;
    justify-content: space-between;
}
.c-question .question-text li:nth-child(n+2){
    margin-top: 0.3rem;
}
.c-question .question-text p{
    font-size: 0.26rem;
    padding-left: 0.53rem;
    height: .4rem;
    line-height: .4rem;
}
.c-question .question-text div{
    width: 1.5rem;
    height: .4rem;
    line-height: .4rem;
    background-color: #e19d15;
    color: #fff;
    font-size: .26rem;
    border-radius: 0.5rem;
    text-align: center;
}
.c-school-info{
    font-size: 0.22rem;
    color: #999999;
    text-align: center;
    line-height: 0.4rem;
    padding-bottom: 0.1rem;
}
.c-form-bottm {

}
.c-form-bottm .form-bottm-bg{
    background: url(../images/form-bg.jpg) no-repeat;
    height: 4.13rem;
    background-size: 100%;
    padding-top: 0.5rem;
}
.c-form-bottm .form-bottm-box{
    margin: -3rem 0.3rem 0.4rem;
    padding-top: 0.27rem;
    padding-bottom: 0.4rem;
    background-color: #fff;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.15rem #ccc;
}
.c-form-bottm .form-bottm-box li{
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-form-bottm .form-bottm-box li span {
    font-size: .26rem;
}
.c-form-bottm .form-bottm-box li .items{
    display: flex;
    align-items: center;
    width: 5.8rem;
    height: 0.67rem;
    background-color: #f0f0f0;
    border-radius: 0.3rem;
    padding-left: .26rem;
}
.c-form-bottm .form-bottm-box li input{
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.24rem;
}

.c-form-bottm .form-bottm-box li select{
    background: none;
    outline: none;
    border: 0px;
    font-size: 0.24rem;
}

.c-form-bottm .form-bottm-box li:nth-child(n+2){
    margin-top: 0.16rem;
}
.c-form-bottm .form-bottm-submit{
    width: 90%;
    background-color: #b46636;
    line-height: .72rem;
    height: .72rem;
    color: #fff;
    font-size: 0.36rem;
    text-align: center;
    margin: 0.2rem auto 0;
    border-radius: 0.5rem;
}

.c-environmenta h5{
    text-align: center;
    font-size: .36rem;
    line-height: .5rem;
    /*padding-top: .27rem;*/
    padding-bottom: .22rem;
}
/*四大难题*/
/*四大难题*/
.four-question{
    padding: .3rem;
}
.four-question h2{
    margin-bottom: .6rem;
}
.four-question p{
    height: .66rem;
    line-height: .66rem;
    text-align: center;
    color: #333333;
    font-size: .28rem;
}
.four-bottom img{
    box-shadow: 0 0.1rem 0.1rem #ccc;
}
.nvsheng-cont {
    padding: .3rem 0 .2rem;
}
.nvsheng-cont .c-course-box1 li {
    padding: 0 0 .2rem;
}
/*侧边start*/
.m-modal-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(55,61,65,.4);
    display: none;

}
.n-menu-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 68%;
    height: 100%;
    background-color: #fff;
    z-index: 1001;
    -o-transform:translate3d(-101%,0,0);
    -webkit-transform:translate3d(-101%,0,0);
    transform:translate3d(-101%,0,0);
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.menu-back i{
    color: #d1ab57;
}
.n-menu-fixed.on{
    -o-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.m-modal-box{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(55,61,65,.4);
    display: none;

}
.n-menu-fixed-top{
    display: flex;
    height: 0.94rem;
    border-bottom: 1px solid #e7e7e7;
    align-items: center;
}
.n-menu-fixed-top .menu-back{
    margin-left:0.3rem ;
    margin-right: 0.25rem;
}
.n-menu-fixed-top .menu-back i{
    /*color: #676767;*/
    font-size: 0.35rem;
    display: block;
}
.n-menu-fixed-top .menu-logo{
    width: 70%;
}
.n-menu-fixed-bottom li{
    padding-left: 0.5rem;
    line-height: 1.1rem;
    height: 1.1rem;
    font-size: 0.3rem;
    border-bottom: 1px solid #ededed;
    font-weight: 600;
}
.n-menu-fixed-bottom li i{
    color: #d1ab57;
    /*color: #676767;*/
    font-size: 0.4rem;
    margin-right: 0.15rem;
}
/*侧边end*/


/*消息提示框样式*/
.ui-dialog{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:-webkit-box;-webkit-box-orient:horizontal;-webkit-box-pack:center;-webkit-box-align:center;background:rgba(0,0,0,.4);display:none}
.ui-dialog.show{display:-webkit-box;display:box}
.ui-dialog-hd{height:48px;line-height:48px;text-align:center;position:relative}
.ui-dialog-cnt{border-radius:6px;width:270px;-webkit-background-clip:padding-box;background-clip:padding-box;pointer-events:auto;background-color:rgba(253,253,253,.95);position:relative;font-size:16px}
.ui-dialog-cnt header {border-bottom:1px solid #e0e0e0;}
.ui-dialog-bd{min-height:71px;border-top-left-radius:6px;border-top-right-radius:6px;padding:18px;display:-webkit-box;display:box;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-orient:vertical}
.ui-dialog-bd>h4{margin-bottom:4px;width:100%;text-align:center}
.ui-dialog-bd>div,.ui-dialog-bd>ul{width:100%}
.ui-dialog-ft{border-bottom-left-radius:6px;border-bottom-right-radius:6px;display:-webkit-box;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-align:center;border-top:1px solid #e0e0e0;height:42px;line-height:42px}
.ui-dialog-close{font-family:iconfont!important;font-size:32px;line-height:44px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;display:block;color:rgba(0,0,0,.5);color:#828282;display:block;line-height:32px;position:absolute;top:3px;right:3px}
.ui-dialog-close:active{opacity:.5}
.ui-dialog-ft button{color:#000;text-align:center;width:100%;line-height:42px;background:transparent;display:block;margin:0!important;-webkit-box-flex:1;border-bottom-left-radius:6px;border-bottom-right-radius:6px;border:none;}
#m-bmnr {line-height:140%;}
@media screen and (-webkit-min-device-pixel-ratio:2){
	  .ui-dialog-ft{position:relative;border:0;background-position:left top;background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0.5,transparent),color-stop(0.5,#e0e0e0),to(#e0e0e0));background-repeat:repeat-x;-webkit-background-size:100% 1px}
	  .ui-dialog-ft button{border-right:0;background-position:right top;background-image:-webkit-gradient(linear,left top,right top,color-stop(0.5,transparent),color-stop(0.5,#e0e0e0),to(#e0e0e0));background-repeat:repeat-y;-webkit-background-size:1px 100%}
	  .ui-dialog-ft button:last-child{background:0}
}



/*首屏网报*/
.form_first_ad {padding:12px 0px 6px 0px;}
.form_first_title {line-height:24px;font-size:18px;text-align:center;color:#390000;font-weight:bold;}
.form_first_intro {text-align:center;font-size:13px;line-height:16px;}
	
.form_first_wrap {width:92%;margin:0 auto 18px auto;padding:0px 0px 14px 0px;background:#fff;border-radius:5px;box-shadow:0px 2px 8px rgba(0,0,0,0.2);}
.form_first_wrap * {box-sizing:border-box;}
.form_first_tit {font-size:18px;color:#111;font-weight:bold;line-height:21px;padding:10px 0px 10px;text-align:center;background:#ffe2ac;border-top-left-radius:5px;border-top-right-radius:5px;}
.form_first_tit span {color:#f61408;}
.form_first_num {width:78%;height:14px;line-height:14px;font-size:12px;text-align:center;margin:15px auto 8px auto;color:#666;}
.form_first_num .renshu {color:#f61408;font-weight:bold;}
.form_first_li {width:100%;text-align:center;}
.form_first_li .form_first_input {width:78%;padding:0 6% 0 6%;margin:5px auto;height:34px;line-height:32px;border:1px #9e9c98 solid;border-radius:18px;background:#fff;font-size:14px;-webkit-appearance:none;outline:none;}
.form_first_note {text-align:center;font-size:12px;line-height:15px;padding:5px 15px 8px 15px;color:#666;}
.form_first_btn {height:34px;line-height:34px;background:#f61408;border-radius:18px;box-sizing:border-box;color:#fff;font-weight:bold;text-align:center;width:78%;margin:0px auto 0px auto;font-size:14px;}


/*弹窗*/
.omqcenterbox {background-color: #fff;position: fixed;left: 50%;top: 50%;border-radius: 15px;-webkit-border-radius: 15px;-moz-border-radius: 15px;box-shadow: 0 0 20px rgba(10,2,4,.75);-webkit-box-shadow: 0 0 20px rgba(10,2,4,.75);-moz-box-shadow: 0 0 20px rgba(10,2,4,.75);-ms-box-shadow: 0 0 20px rgba(10,2,4,.75);z-index: 101;
transition: linear .5s;transform: scale(0);-webkit-transform: scale(0);-moz-transform: scale(0);-ms-transform: scale(0);-o-transform: scale(0);}

.omqcenterboxd {transform: scale(1);-webkit-transform: scale(1);-moz-transform: scale(1);-ms-transform: scale(1);-o-transform: scale(1);}
.omqcenterbox-close {position:absolute;right:-14px;top:-14px;z-index:301;}

