* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

html,
body {
    height: 100%;
    overflow: hidden;
}

body {
    background: url(../images/bg.png) no-repeat left top;
    background-size: 100% 100%;
}

a{
    color: #E8FFF8;
}


.header{
    width: 100%;
    height: .175rem;
    float: right;
    margin: .2875rem .25rem 0 0;
    text-align: right;
    font-size: .175rem;
    color: #E8FFF8;
}

.a{
    cursor: pointer;
}

.main{
    width: 17.525rem;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    left: 0;
    margin: auto;
}

.title{
    width: 9.5rem;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.0875rem;
}

.logo{
    width: .7875rem;
    height: .8rem;
    background: url(../images/emblem.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: .15rem;
}

.title_text{
    display: flex;
    align-items: center;
    /* font-size: .6rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F6FFFF;
    letter-spacing: .025rem;
    cursor: default;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    background-image: -webkit-gradient(
        linear,
        0 0,
        1 bottom,
        from(#fff),
        to(#85ec82)
      );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */

}

.systems{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: .825rem;
}



.bg{
    width: 3.3rem;
    height: 5.5rem;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 1s;
    background: linear-gradient(360deg, #78F9CC, #FFFFFF);
}

/* .system_item:hover{
   
} */
.sys_item_con{
    width: 3.3rem;
    height: 5.5rem;
    background: #FFFFFF;
    border-radius: .125rem;
    overflow: hidden;
    transition: all .5s;
    position: relative;
}

.system_item:hover .sys_item_con{
    box-shadow: 0rem .3125rem .5rem 0rem rgba(0, 0, 0, 0.15);
    border-radius: .125rem;
    transform: translateY(-0.125rem);
}

.system_item:hover .bg{
    opacity: 1;
}

.picture,
.explain{
    position: sticky;
    z-index: 5;
}

.picture{
    width: 2.8rem;
    height: 2.2875rem;
    border-radius: .125rem;
    margin: 0 auto;
    margin-top: .5875rem;
    margin-bottom: .625rem;

}

.picture>img{
    width: 100%;
}

.explain{
    /* width: 2.4375rem; */
    margin: 0 auto;
    font-size: .2rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    cursor: default;
}

.ex_head{
    color: #46aa44;
    line-height: .375rem;
    text-align: center;
    margin-bottom: .225rem;
    font-size: 20px;
    font-weight: bold;
}

.ex_text{
    width: 2.5rem;
    text-align: center;
    font-weight: 400;
    font-size: .1875rem;
    color: #808080;
    line-height: .3rem;
    margin: 0 auto;
    font-size: .2rem;
    color: #808080;
}

.hint{
    width: 100%;
    text-align: center;
    font-size: .225rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E8FFF8;
}

.rule{
    width: 100%;
    height: 1px;
    background: url(../images/rule.png) no-repeat center center;
    background-size: 100% 100%;
    margin: .2rem 0 .225rem 0;
}

/* 2021/5/13/15:36 */
/* 天气 */
.weaIcon{
    width: .25rem;
    height: .25rem;
}

.weather{
    margin: 0 .0625rem;
}

.header{
    cursor: default;
}

.media_bg{
    background: linear-gradient(0deg, #FFCFCD, #FFFFFF);
}

.internet_bg{
    background: linear-gradient(0deg, #D0E9FE, #FFFFFF);
}

.pp_bg{
    background: linear-gradient(0deg, #C8FFE0, #FFFFFF);
}

.xl_bg{
    background: linear-gradient(0deg, #FFE2D9, #FFFFFF);
}

.lx_bg{
    background: linear-gradient(0deg, #C1F6C0, #FFFFFF);
}

/* 二维码 */
.qr{
    width: .625rem;
    height: .6125rem;
    background: url(../images/smallqr.png) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    right: .125rem;
    bottom: .125rem;
}

.picture{
    display: flex;
    justify-content: center;
}

.picture .qr_img{
    width: 2.05rem;
    height: 2.05rem;
    margin-top: .125rem;
}

.ex_head2{
    color: #46aa44;
    line-height: .375rem;
    text-align: center;
    margin-bottom: .225rem;
    font-size: .275rem;
    font-weight: bold;
}

.header, .browser{
    font-size: .225rem;
}

.browser:hover {
    color: #9bef98;
}

.show-box2 .title_text {
    font-size: .6rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F6FFFF;
    letter-spacing: .025rem;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.show-box2 .logo {
    width: 0.7875rem;
    height: 0.8rem;
    background: url(../images/emblem2.png) no-repeat center center;
    background-size: 100% 100%;
    margin-right: 0.15rem;
}

/* 新增 */
.show-box{
    height: 100%;
}

.show-box2{
    display: none;
}

a{
    text-decoration: none;
}

.system_item,
.explain{
    cursor: pointer;
}

/* 抽屉选择 */
.drawer{
    position: fixed;
    left: 0;
    top: 40px;
}

.drawer-item{
    width: 84px;
    height: 50px;
    /* background: #F96D00; */
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 0 4px 15px 0;
    line-height: 49px;
    padding: 0 20px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all .2s;
    overflow: hidden;
    background-color: #ddd ;
}

.drawer-item p{
    font-size: 20px;
    font-family: Microsoft YaHei;
    /* color: #FFF; */
    color: #9d9d9d ;
    text-align: center;
    display: none;
}

.drawer-item span{
    font-size: 20px;
    font-family: Microsoft YaHei;
    text-align: center;
    display: block;
}

.drawer-show{
    width: 130px;
    background: #F96D00;
}

.drawer-item span{
    color: #9d9d9d;
}

.drawer-show p{
    display: block;
    color: #fff;
}

.drawer-show span{
    display: none;
}


/* 表单 */
.m-form,
.m-form2{
    position: fixed;
   top: 50%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
    margin: auto;
    background: #FFFFFF;
    box-shadow: 5px 14px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    /*z-index: 11;*/
    padding: 40px 20px;
    display: none;
}

.procedure-box{
    position: relative;
    width: 376px;
    margin: 0 auto;
    margin-bottom: 22px;
}

.procedure-item{
    width: 50%;
    height: 77px;
    float: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.line{
    height: 10px;
    background: #EAECF1;
    position: absolute;
    top: 16px;
    left: 20px;
    right: 23px;
}

.line-son{
    width: 50%;
    height: 100%;
    background-color: #F96D00;
    border-radius: 5px;
    transition: all .5s;
}

.pr-i-top{
    margin-bottom: 10px;
    height: 40px;
    width: 168px;
}

.padding-l-16{
    padding-left: 16px;
}

.m-circle{
    width: 40px;
    height: 40px;
    background: #F96D00;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    font-family: ALBB;
    font-weight: normal;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.margin-l-66{
    margin-left: 66px;
}

.float-r{
    float: right;
}

.m-input{
    width: 500px;
    height: 50px;
    line-height: 50px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    border-radius: 5px;
    margin-bottom: 20px;
    position: relative;
}

.m-input img{
    margin: 0 5px 0 20px;
    vertical-align: middle;
}


.m-input input{
   border: 0;
   outline: none;
   height: 92%;
   width: 250px;
}

input::-webkit-input-placeholder {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

input:-moz-placeholder {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

input::-moz-placeholder {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

input:-ms-input-placeholder {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}

.verification-code{
    float: right;
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #F96D00;
    border-radius: 3px;
    margin: 4px;
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F96D00;
}

.disabled{
    cursor: not-allowed;
}

.d3{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #999999;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.m-select{
    cursor: pointer;
    position: relative;
}

input{
    font-size: 16px;
}

.m-select input{
    cursor: pointer;
    background-color: transparent;
}

.m-option-box{
    position: absolute;
    z-index: 10;
    width: 500px;
    height: 94px;
    overflow-y: auto;
    margin-top: 5px;
    background-color: #fff;
    border: 1px solid #F96D00;
    display: none;
}

.m-option{
    line-height: 40px;
    padding-left: 10px;
    margin-top:4px ;
    font-size: 16px;
}

.m-option-click{
    color: #fff;
    background-color: #F96D00;
}

/* 提交按钮 */
.submit-btn{
    margin-top: 40px;
    width: 500px;
    height: 50px;
    background: #F96D00;
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 15px 4px 15px 4px;
    padding: 15px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.submit-btn img{
    float: right;
}


/* 给浮动元素的父级元素加上class='clearfix' */
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
 
.clearfix {
	zoom: 1;
}

.rotate-180{
    transform: translateY(-50%) rotate(180deg);

}

/* 遮罩 */
.shade,
.shade2{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, .6);
    /*z-index: 10;*/
    display: none;
}

@media only screen and (max-width:1366px){
    .m-form,
    .m-form2{
        height: 622px;
        padding: 20px 20px;
    }

    .m-input{
        line-height: 50px;
    }

    .submit-btn{  
        height: 50px;
        margin-top: 20px;
    }

    .m-input {
        width: 500px;
        height: 50px;
    }
}