html,body{
    margin: 0;
    padding: 0;
    background: #F4A8B4 url('/static/images/mainbg.jpg') no-repeat fixed center;
    background-size: cover;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix{
    zoom:1;
}
.clearfix:after,
.clearfix:before{
    content: '';
    clear:both;
    display: table;
}
a{
    text-decoration: none;
}
.main{
    width: 1020px;
    margin: auto;
}

/* header start */
.header{
    height: 180px;
    padding-top: 30px ;
    /*border: 1px solid red;*/
}
.header .logo{
    float: left;
    width:140px;
    padding-top:5px;
    padding-left: 20px;
}
.header .logo a{display: block;}
.header .center{
    float: left;
    width:640px;
    text-align: center;
    line-height: 0;
}
.header .query{
    float: left;
    width:220px;
    padding-top: 24px;
}
.header .gonggao{
    float: left;
    overflow: hidden;
    padding-left: 60px;
}
.header .gonggao span{
    float: left;
    padding-left: 35px;
    width: 115px;
    height: 44px;
    line-height: 44px;
    color: #FF5E97;
    font-size: 14px;
    font-weight: bold;
    background: url('/static/images/gonggao.png') 5px center no-repeat;
}
.header .gonggao marquee {
    float: left;
    width: 670px;
    color: #FF5E97;
    font-size: 14px;
    height: 44px;
    line-height: 44px;
}
/* header over */

/* content start */
.content{
    /*border: 1px solid red;*/
    padding-top: 40px;
}
ul{
    list-style: none;
}
.content ul li{
    position: relative;
    float: left;
    width: 316px;
    margin-left: 20px;
    margin-bottom: 10px;
    /*border: 1px solid #FECEE8;*/
    transition: all 0.3s;
    background: #FC6A95;
    border-radius: 3px;
}
.content ul li img{
    width: 316px;
    height: 149px;
}
.content ul li a{
    font-size: 0;
    display: block;
}
.content ul li a:after{
    content: "";
    width: 316px;
    height: 149px;
    position: absolute;
    left: 0;
    top: 0;
    background: url('/static/images/hover.png') no-repeat;
    opacity: 0;
    transition: all 0.3s;
}

.content ul li p{
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    color: #fff9fa;
    font-weight: bold;
    transition: all 0.3s;
}
.content ul li:hover{
    background: #FFF;
}
.content ul li:hover p{
    color: #C300D6;
}
.content ul li:hover a:after{
    opacity: 1;
}

.content .tips{
    text-align: center;
    color: #FF5E97;
    font-size: 18px;
    padding: 22px 0 42px 0;
}

/* content over */
.banner{
    height: 300px;
    /*border: 1px solid red;*/
}

.banner .link{
    float: left;
    width: 540px;
    padding-left: 45px;
}
.banner .link  ul li{
    float: left;
    width: 200px;
    height: 100px;
    padding-right: 20px;
    margin-right: 25px;
    margin-bottom: 20px;
    background: white;
    transition: all 0.3s;
}
.banner .link  ul li:hover{
    background: #FFE5F0;
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}

.banner .link a{
    display: block;
    width: 180px;
    height: 96px;
    padding-left: 70px;
    position: relative;
    overflow: hidden;
    text-align: center;
    color:#FF5E97;
}

.banner .link a i{
    display: block;
    position: absolute;
    background: url(/static/images/linkico.png) no-repeat;
    height: 35px;
    top: 31px;
}
.banner .link a i.i1{ background-position:0 0; width:34px; left:24px;}
.banner .link a i.i2{ background-position:-34px 0; width:43px; left:20px;}
.banner .link a i.i3{ background-position:-77px 0; width:40px; left:22px}
.banner .link a i.i4{ background-position:-117px 0; width:22px; left:31px;}
.banner .link a i.i5{ background-position:-139px 0; width:43px; left:20px;}
.banner .link a i.i6{ background-position:-182px 0; width:34px; left:23px;}

.banner .link a h3{
    font-size: 18px;
    margin-top: 28px;
    transition: all 0.3s;
    border-bottom: 1px solid #FF5E97;
}
.banner .link a span{
    margin-top: 2px;
    font-size: 11px;
    display: inline-block;
    transition: all 0.3s;
}
/* link  over */

/* order  start */
.banner .order{
    float: right;
    width: 395px;
    height: 220px;
    padding: 0 15px;
    background: white;
    margin-right: 45px;
    overflow: hidden;
    position: relative;
}
.banner .order ul{
    position: absolute;
}
.banner .order li{
    line-height: 30px;
}

.banner .order .f1{
    color: #FF5E97;
}
.banner .order .f2{
    color: #FF5E97;
}
.banner .order .f3{
    color: #FF5E97;
}

/*banner over*/

/*cover start*/
.cover{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    display: none;
}

.cover .box{
    width:700px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #FFC6D9;
    border-radius: 12px;
    padding: 10px 0 30px;

    max-height: 700px;
    overflow-y: auto ;
}
.cover .box .close{
    position: absolute;
    right: 0;
    top: 0;
}
.cover .box .top{
    text-align: center;
    padding-bottom: 30px;
}
.cover .box .orderbox{
    position: relative;
    padding: 30px 0 10px;
    width: 550px;
    margin: auto;
    border:1px solid #FF3E8D;
}
.orderbox .title{
    position: absolute;
    top:-18px;
    left: 208px;
    font-size: 24px;
    padding: 0 10px;
    background: #FFC6D9;
}
.orderbox .form{
    padding: 10px 0;
}
.orderbox .form-item{
    position: relative;
    margin-bottom: 15px;
    padding-left: 20px;
}
.orderbox .form-label{
    position: relative;
    float: left;
    display: block;
    padding: 9px 15px;
    width: 200px;
    font-weight: 400;
    line-height: 20px;
    text-align: right;
}
.orderbox .input-inline{
    display: inline-block;
}
.orderbox .input{
    padding-left: 10px;
    height: 38px;
    line-height: 1.3;
    background-color: #fff;
    color: rgba(0,0,0,.85);
    border-radius: 2px;
    border:none;
    width: 230px;
}
.orderbox .input:focus{
    outline: 1px solid #FF3E8D;
}
.orderbox .btn{
    padding: 10px 0;
    text-align: center;
}

#refreshCaptcha{
    position: absolute;
    right: 99px;
    top:3px;
    cursor: pointer;
    height: 32px;
    border: 1px solid #e6e6e6;
}
.result{
    text-align: center;
}
.table{
    margin: auto;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    width: 90%;
    font-size: 16px;
}
.table td,th{
    border: 1px solid #FF3E8D;
    padding: 10px;
}

/**自定义滚动条样式 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-track {
    background-color: transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

::-webkit-scrollbar-thumb {
    background-color: #F5B2BB;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}