.templet-top{
	height:80px;
	background:rgba(0,169,248,1);
}
.container .tem{
	text-align: center;
}
 .logo img{
	width:100px;
	height:100px;
	margin-top:120px;
    border-radius:16%;
}
.typ{
	margin-top: 20px;
}
.container .typ img{
	width:24px;
	margin-top: 4px;
}
.typ span{
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(34,34,34,1);
}
.tem .fot{
	text-align:center;
	margin-top: 40px;
}
.tem .fot h5{
	margin-top: 20px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	padding: 0px 30px;
	color: #a9b1b3;
    font-size: 14px;
    line-height: 25px;
}
.fot #Home{
	margin-top: 40px;
}
 #weixinAndQQ{
    display:none;
    margin-top: 40px;
}
.tem .fot h4{
	margin-top: 30px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(136,136,136,1);
}
.tem .fot input{
	text-align: center;
	margin-top: 40px;
	width:160px;
	height:50px;
	background:rgba(0,169,248,1);
	border-radius:25px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
    border: 1px solid #fff;
     curson:pointer; 
}
.tem .fot button{
	text-align: center;
	margin-top: 40px;
	width:160px;
	height:50px;
	background:rgba(0,169,248,1);
	border-radius:25px;
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
    border: 1px solid #fff;
    curson:pointer;
}
.tem  fieldset{
	text-align:center;
	width: 60%;
    margin-top: 27px;
    margin-left: 20%;
}

@media screen and (min-height:400px) and (max-height:499px) {
.templet-bottom{ margin-top: 170px;}
}
@media screen and (min-height:500px) and (max-height:599px) {
.templet-bottom{ margin-top: 300px;}
}
@media screen and (min-height:600px) and (max-height:699px) {
.templet-bottom{ margin-top: 320px;}
}
@media screen and (min-height:700px) and (max-height:799px) {
.templet-bottom{ margin-top:340px;}
}
@media screen and (min-height:800px) {
.templet-bottom{ margin-top: 360px;}
}
.templet-bottom{
    text-align: center;
	width:100%;
	height:80px;
    background:rgba(229,229,229,1);
    
}
.templet-bottom div{
	margin-top: 26px;
	font-size:13px;
}

.templet-bottom div a{
	
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(0,169,248,1);
}
.secend-top img{
	width: 100%;
	position: absolute;
}
.third-top{
	position: absolute;
}
.third-top .third-img{
	width: 100%;
	
}
.container .tem .logo .third-logo{
	position: relative;
    width: 100px;
    height: 100px;
    margin-top: 160px;
}
.container .tem .col-sm-12 .logo .fouth-Mid{
	width: 150px;
    height: 150px;
    margin-top: 55px;
}
.container .tem .col-sm-12 .logo .fouth-logo{
	width: 96px;
    height: 96px;
    margin-top:55px;
    margin-left:-126px
}
.tem .fourth img{
	width:100%;
}
.fifth-top{
	position: absolute;
}
.fifth-top img{
	width: 100%;
}

.container .tem .logo .fifth-logo{
	position: relative;
    width: 100px;
    height: 100px;
}
.ios{
	font-size:16px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(0,152,221,1);
}
 #weixin-tip {
            display: none;
            position: fixed;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.8);
            filter: alpha(opacity=80);
            width: 100%;
            height: 100%;
            z-index: 100;
        }

        #weixin-tip p {
            text-align: center;
            margin: 0;
            height: 100%;
            position: relative;
        }

        #weixin-tip p img {
            width: 100%;
            height: 100%;
        }

        #weixin-tip .close {
            color: #fff;
            padding: 5px;
            font: bold 24px/26px simsun;
            text-shadow: 0 1px 0 #ddd;
            position: absolute;
            top: 0;
            left: 5px;
        }

        .hide {
            display: none;
        }

        /* 提示框*/
        .confirmBox {
            position: fixed;
            top: 0;
            left: 0;
            padding-top: 45%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            background: rgba(0, 0, 0, 0.4);
            width: 100%;
            height: 500px;
            visibility: hidden;
        }

        .confirmBox .row1 {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .confirmBox .row2 {
            position: relative;
            width: 290px;
        }

        .confirmBox .row2 .info {
            width: 100%;
            background-color: rgba(253, 253, 253, 0.95);
            display: inline-block;
            border-radius: .3em;
        }

        .confirmBox .row2 .info h2 {
            padding-top: 1em;
            margin-bottom: 10px;
            font-weight: bold;
            text-align: center;
            font-size: 16px;
        }

        .confirmBox .row2 .info .con {
            padding: 0 1em 1em 1em;
            text-align: center;
            font-size: 14px;
            line-height: 1.4;
        }

        .confirmBox .row2 .info .btn-box {
            display: -webkit-box;
            -webkit-box-orient: horizontal;
            -webkit-box-pack: justify;
            border-top: 1px #ECECEE solid;
        }

        .confirmBox .row2 .info .btn-box .btn-confirm {
            -webkit-box-flex: 1;
            padding: 14px 0;
            text-align: center;
            font-size: 16px;
            color: #0080FA;
        }

        .confirmBox .row2 .info .btn-box .btn-cancel {
            -webkit-box-flex: 1;
            padding: 14px 0;
            text-align: center;
            font-size: 16px;
            color: #0080FA;
            border-right: 1px #ECECEE solid;
        }

        .confirmBox .row3 {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        @media only screen
        and (min-device-width: 240px)
        and (max-device-width: 700px)
        and (orientation: landscape) {
            /*iphone landscape */
            .confirmBox {
                padding-top: 20% !important;
            }

        }

        /*滚动浮层*/
        .overlay {
            width: 100%;
            position: fixed;
            bottom: -900px;
            left: 0px;
            z-index: 11;
        }

        .overlay .header {
            background-color: #F3F3F3;
            text-align: center;
            padding: 10px;
            position: relative;
            font-size: 14px;
            color: #666666;
            font-weight: bold;
        }

        .overlay .header a {
            display: block;
            position: absolute;
            right: 10px;
            top: 10px;
        }

        .overlay .content {
            padding: 10px;
            background-color: #fff;
        }

        .overlay .content .tit {
            margin-top: 0;
            font-size: 12px;
            color: #666666;
            margin-bottom: 10px;
        }

        .overlay .btn-list {
            position: relative;
        }

        .overlay .content #jc {
            text-decoration: underline;
            color: #ee272f;
            font-size: 12px;
            line-height: 26px;
            position: absolute;
            bottom: 0;
            right: 10px;
        }

        .overlay .content #btn-trust {
            display: block;
            margin: 30px auto 10px auto;
            color: #00A0EC;
            font-size: 14px;
            border-radius: 3em;
            padding: 5px;
            width: 40%;
            text-align: center;
            border: 1px solid #00A0EC;
            line-height: 26px;
        }

        .overlay .content .step1 {
            display: block;
            width: 80%;
            margin: 0 auto 20px auto;
        }

        .overlay .content .sign {
            text-decoration: none;
            border: 1px solid #dddddd;
            border-radius: .3em;
            padding: 7px 10px;
            display: -webkit-box;
            -webkit-box-orient: horizontal;
            -webkit-box-pack: justify;
            -webkit-box-align: center;
            margin: 0 auto;
        }

        .overlay .sign img {
            display: block;
            width: 40px;
            height: 41px;
            margin-right: 10px;
        }

        .overlay .sign p {
            font-size: 14px;
            color: #B5B5BB;

        }

        .overlay .sign p.sign-name {
            width: 80%;
            overflow: hidden;
            color: #000;
            white-space: nowrap;
            text-overflow: ellipsis;
        }
        .overlay .finger {
            display: block;
            width: 24px;
            position: relative;
            top: -15px;
            float: right;
            right: 0;
            z-index: 12;
        }
   .install-tip .first-step-image section .pro{
     width: 250px;
     position: absolute;
   }
 .weixin-QQ-tip{
     display:none;
     margin-top:4%;
     position: absolute;
     text-align: center;
     width: 135px;
     padding: 7px;
     margin-left: 55%;
     font-size:12px;
	 font-family:MicrosoftYaHeiLight;
	 font-weight:300;
	 border-radius:5px;
	 color:888888;
	 background-color: #e5e5e5;
 }
 .vip-weixin-qq{
     display:none;
     margin-top:4%;
     position: absolute;
     text-align: center;
     width: 135px;
     padding: 7px;
     margin-left: 55%;
     font-size:12px;
	 font-family:MicrosoftYaHeiLight;
	 font-weight:300;
	 border-radius:5px;
	 color:888888;
	 background-color: #e5e5e5;
 }
.tem .common-logo{
   margin-top: 80px;
 }
.tem .common-logo img{
   width: 110px;
   height: 110px;
   float: left;
   border-radius:16%;
 }
.tem  .common-logo .common-type{
   	float: left;
    width: 60%;
 }
   .tem  .common-logo .common-type .common-name{
   float: left;
   width: 100%;
 }
 .tem  .common-logo .common-type{
   float: left;
   width: 60%;
 }
  .tem  .common-logo .common-type span{
   margin-left: 8%;
   text-align: left;
   
 }
   .tem  .common-logo .common-type a{
    margin-right: 15px;
    font-size: 9px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 300;
    margin-top: -31px;
    margin-left: 42%;
    color: rgba(0,152,221,1);
    position: absolute;
   
 }
  .tem  .common-logo .common-type .common-name span{
   float: left;
   height: 30px;
   font-size: 24px;
 }
 .tem  .common-logo .common-type .common-name h4{
     height: 30px;
    font-size: 20px;
    font-family: MicrosoftYaHeiLight;
    font-weight: 300;
    text-align: left;
    margin-left: 17px;
   
 }
 .tem  .common-logo .common-type .common-name input{
   height: 30px;
   color:#fff;
   width:90px;
   background:rgba(0,160,233,1);
   border:1px solid #fff;
   border-radius:15px;
   margin-top: -3px;
 }
 .tem .common-down #like_down{
   height: 30px;
   color:#fff;
   width:72px;
   font-size: 14px;
   background:rgba(0,160,233,1);
   border:1px solid #fff;
   border-radius:15px;
   margin-top: 48px;
   margin-bottom: 0px;
   margin-left: 18px;
   float: left;
 }
  .tem .common-down #down_question{
   height: 30px;
   color:#fff;
   width:30px;
   background:rgba(0,160,233,1);
   border:1px solid #fff;
   border-radius:20px;
   margin-top: 48px;
   margin-bottom: 0px;
   margin-left: 10px;
   float: right;
 }
 .tem .common-down input{
   height: 40px;
   color:#fff;
   width:120px;
   background:rgba(0,160,233,1);
   border:1px solid #fff;
   border-radius:20px;
    margin-top: 25px;
    margin-bottom: 15px;
    margin-left: 11px;
    float: left;
 }
  .tem .common-down #teachDown{
   font-size:10px;
   height: 20px ;
   color:rgba(0,160,233,1) ;
   width:50px !important;
   background:#fff !important;
   border:1px solid #fff;
   border-radius:0px;
   margin-top: 44px;
   margin-bottom: 15px;
    margin-left: 0px;
   float: right;
 }
 .tem .common-logo .common-type fieldset{
   text-align: center;
    width: 100%;
    margin-top: 0px;
    margin-left: 8%;
    margin-bottom: 12px
 }
 .tem .common-img{
   width: 96%;
   text-align: left;
   overflow-x:auto;
   white-space:nowrap;
 }
  .tem .common-img {
  float: left;
 }
 .tem .brief h4{
   text-align:left;
	font-size:18px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(34,34,34,1);
    margin-left: 5px;
 }
  .tem .brief h5{
   text-align:left;
	font-size:12px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(34,34,34,1);
    margin-left: 5px;
    margin-top: 19px;
    line-height: 20px;
 }
   .tem .brief h6{
   text-align:left;
	font-size:12px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(136,136,136,1);
    margin-left: 5px;
    margin-top: 19px;
    line-height: 20px;
 }
 .tem .score-common{
   margin-top: -5px;
 }
  .tem .score-common h4{
   text-align:left;
	font-size:18px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(34,34,34,1);
    margin-left: 5px;
 }
 .tem .score-common img{
    margin-top: 19px;
    margin-left: -16px;
 }
 .tem .common-fond{
    font-size:14px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(136,136,136,1);
	text-align: left;
    width: 96%;
    height: 120px;
    margin-top:25px;
 }
  .tem .common-img img{
    width: 220px;
    height:340px;
    margin-left: 2%;
 }
 .tem .field fieldset{
    width: 96%;
    margin-left: 2%;
    margin-top: 25px;
 }
 .tem .common-mu{
   margin-bottom: 30px;
   margin-top: 20px;
 }
 .tem .common-mu input{
   width: 32%;
   height:30px;
   text-align: center;
   background-color: #fff;
   border-radius:0px;
 }
 .tem .common-mu .shot{
    border: 1px solid rgba(136,136,136,1);
    border-right-color: #fff;
 }
 .tem .common-mu .del{
    border: 1px solid rgba(136,136,136,1);
 }
  .tem .common-mu .dec{
    border: 1px solid rgba(136,136,136,1);
    border-left-color: #fff;
 }
 .clear {
   clear: both;
  }
 .tem .details {
	text-align: left;
	display: none;
}
 .tem .details h4{
	font-size:16px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(136,136,136,1);
}
.tem .details h5{
	margin-top:18px;
	font-size:14px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(136,136,136,1);
	line-height:25px;
}

.tem .explain .field fieldset{
	margin-top: 10px;
}
.tem .explain h4{
	text-align: left;
	float: left;
    margin-left: 2%;
    font-size:12px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(136,136,136,1);
	width: 80px;
}
.tem .explain #private_policy{
	color:#0098dd !important;
}
.tem .explain h5{
	text-align: right;
	margin-right: 2%;
	font-size:12px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(34,34,34,1);
}
 .delete-top .delete-img{
  width:100%;
 }
 .delete-content{
    margin-top: 150px;
    font-size:18px;
    line-height: 42px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:rgba(34,34,34,1);
 }
 .udid-top{
    height: 200px;
    background: #0098dd;
}
.udid-top img {
    margin-top: 50px;
    margin-left: 30px;
}
.udid-mid {
	margin-top: 50px;
    margin-left: 30px;
   font-size:30px;
	font-family:FZDHTJW--GB1-0;
	font-weight:400;
	color:rgba(34,34,34,1);
	margin-bottom: 10px;
}
.get-udid{
	text-align:center;
}
.get-udid input{
	text-align:center;
	margin-top: 40px;
	width:320px;
	height:60px;
	background:rgba(0,183,238,1);
	border-radius:10px;
	border: 1px solid #fff;
	font-size:24px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(255,255,255,1);
}
.udid-cont{
	font-size:17px;
	font-family:MicrosoftYaHei;
	font-weight:400;
	color:rgba(136,136,136,1);
	margin-left: 15px;
	line-height: 27px;
    margin-right: 15px;
    margin-top: 30px;
}
.udid-email{
	width: auto;
    margin-right: 30px;
	height: 190px;
    margin-left: 30px;
	border:1px solid rgba(136,136,136,1);
    border-radius:6px;
}
.udid-email .email-top{
	height: 30px;
	background:rgba(229,229,229,1);
    border-radius:6px 6px 0px 0px;
}
.udid-email .email-top h4{
	margin-left: 15px;
	font-size:15px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	padding: 6px;
	color:rgba(136,136,136,1);
}
.udid-email .email-add{
	margin-top: 30px;
}
.udid-email .email-add input{
	width: 78%;
    margin-right: 30px;
	height:32px;
	text-indent:10px;
	margin-top: 10px;
    margin-left: 30px;
}
.udid-email .email-add img{
    margin-left: -60px;
    position: absolute;
    margin-top: 18px;
    width: 20px;
    height: 15px;
}
.udid-email .btn{
	font-size:11px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	background-color: #0098dd;
	color: #fff;
	margin-top: 25px;
    margin-left: 30px;
}
.udid-udid {
	  margin-left: 30px;
}
.udid-udid input{
	height: 30px;
    margin-bottom: 15px;
    width: 92%;
    text-indent: 10px;
    border-radius:6px;
    border:1px solid #0098dd;
    font-size: 13px;
    background-color: #0098dd;
    color: #fff;
}
.udid-img {
	text-align: center;
	margin-bottom: 25px;
}
.udid-img img{
	width:30px;
	height:30px;
}
.udid-img input{
	width:75px;
	height:30px;
	background:#0098dd;
	border-radius:6px;
	font-size:12px;
	font-family:MicrosoftYaHeiLight;
	font-weight:300;
	color:#fff;
	margin: 0px 50px;
	border:1px solid #0098dd;
}
#myModal .modal-dialog .modal-content .modal-body img{
	width:20px;  
	float: right;
	margin-right: 35px;
}
.tem .fot #Home{
	font-size:13px;
	font-family:PingFang-SC-Bold;
	font-weight:bold;
	color:rgba(0,152,221,1);
	line-height:35px;
}
.tem .fot #beInstall{
	font-size:18px;
	font-family:PingFang-SC-Medium;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:35px;
	width:180px;
	height:40px;
	background:rgba(0,152,221,1);
	border-radius:5px;
	display: none;
}
.invite{
	text-align: center;
}
.invite input{	
	margin-top: 15px;
	border-radius: 5px;
	height: 40px;
	border:1px solid #999;
	text-indent: 15px; 
}
#layui-layer1{
	border-radius:5px !important;
}
#layui-layer1 .layui-layer-title {
	border-radius:5px 5px 0px 0px !important;
	}