﻿@charset "utf-8";
*{
	padding:0;
	margin:0;
	list-style:none;
	font-size:0.65rem;
}
a{color:#000;}

html{position: relative;max-width:750px;margin:0 auto;background-color:#f7f7f7;min-height: 100%;height: 100%}
.m-main-body{margin-bottom:4rem;}
body{
	overflow-x:hidden;
    min-height:100%;
    height: 100%;
}
.js-back{cursor: pointer;}
.mt45{margin-top:45px !important;}
.mt10{margin-top:10px !important;}
.div-flex{
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
.cursor_p{cursor:pointer;}
/*对抗jquery-we-ui*/
.weui_media_box:before{
	width:auto !important;
}
.weui_cell{
	font-size:0.65rem;
}
.ecp_navbar_item:after{
	border:none !important;
}
.weui_cells{
	margin-top:0px !important;
}
.weui_cell:before{
	border-top:none !important;
	left:0 !important;
}
.weui_cell:after{
    border-bottom: 1px solid #f7f7f7 !important;
    left: 0 !important;
    position: absolute;
    width: 100%;
    height: 1px;
    color: #999;
    content: "";
    bottom: 0;
}
.ecp_cell{
	border-bottom:1px solid #eee;
}
.ecp_cell:before{
	border:none !important;
}
.weui_select{
    font-size: 0.75rem !important;;
    border-bottom:1px solid #f7f7f7 !important;
    /*background-image:url(../../images/mobile/arrow-down.png);*/
    background-size:0.7rem 0.7rem;
    background-repeat:no-repeat;
    background-position:95% center;
}
.weui_label {
    font-size: 0.75rem;
    color: #000;
}
.weui_input{

	font-size:0.7rem !important;
}
.weui_media_box .weui_media_desc{
	color:#000 !important;
}
.weui_navbar_item:after{
	border-right:none !important;
}
.weui_navbar:after{
	border-bottom:none !important;
}

/* 2017.2.13 */

.weui-tabbar__item.weui-bar__item--on .weui-tabbar__label{color:#4e7ff5;}

/*-------------------------- 页头 -------------------------------------------*/

.logoBox {
    background-color: #383D41;
    width: 100%;
        position: fixed;
    top: 0;
    max-width: 750px;
    height: 45px;
        z-index: 100;
}
.logoBox-left{float:left;}
.logoBox-logo {
    height: 45px;
    width: 83px;
    line-height: 45px;
    text-align: center;
        margin-left: 5px;
}
.logoBox-logo>h1{
	font-size:1.3em;
	font-weight:400;
	color:#fff;	
}
.logoBox-logo img{line-height: 45px;
    vertical-align: middle;
        margin-top: 12px;
    margin-left: 10px;}
.logoBox-right {
    float: right;
        height: 45px;
}
.logoBox .icon-back {
    width: 25px;
    height: 45px;
    display: block;
    float: left;
    margin: 0 10px;
}
.logoBox >.btn-back {
    float: left;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
}
a.logoBox-personal {
    width: 45px;
    display: inline-block;
    background-color: #4e7ff5;
    height: 45px;
    background-image:url("../../images/mobile/btn-user.png");
	    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
}

a.logoBox-navBtn{
	 width: 45px;
    display: inline-block;
    height: 45px;
    background-image:url("../../images/mobile/btn-nav.png");
	    background-size: 60% 50%;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
}

/*-------------------------- 首页 -------------------------------------------*/
.cloud-bgImg{
	margin: 10px auto;
margin-top: 30px;
height: 90vh;
background-position: 74% bottom;
background-size: 130%;
background-repeat: no-repeat;
margin-bottom: 0;
min-height: 490px;
}
.cloud-msg1{
        display: block;
    margin: 20px 30px;
    background-color: #eff3fb;
    padding: 10px;
    color: #888;
    border-radius: 5px;
}

.btn-more {
    margin: 0 auto;
    display: block;
    padding: 2px 10px;
    width: 80px;
    background-color: #333;
    color: #fff;
    line-height: 25px;
    border-radius: 3px;
    background-image:url("../../images/mobile/icon-more-circle.png");
        background-repeat: no-repeat;
    background-size: auto 70%;
    background-position: 90%;
}
.cloud-bgImg .btn-more {
    padding: 5px 30px;
    margin: 0 0 0 30px;
}
.btn-more.bg-yellow {
    background-color: #f08e00;
}
.cloud-title1 {
        margin-left: 30px;
    margin-top: 60px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 20px;
        margin-right: 30px;
}
.cloud-title1 img {
        width: 70%;
    display: block;
}

.cloud-applist {
    padding: 30px 0;
        background-color: #383D41;
}
.cloud-applist-li {
    padding: 20px 10px;;
    display: block;
}
.cloud-applist-msgBox {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    margin-left: 2%;
}
.cloud-applist-li .imgBox {
    width: 20%;
}
.cloud-applist-title {
    display: block;
    font-size: 16px;
    color:#fff;
}
.cloud-applist-msg {
    font-size: 10px;
    color: #aaa;
    margin-top: 10px;
    display: block;
}

.cloud-title2 {
       color: #fff;
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid;
    width: 80px;
    margin-bottom: 20px;
    margin-top:10px;
}
.icon-next{background-image:url("../../images/mobile/icon-more.png")}
.icon-next-black{background-image:url("../../images/mobile/icon-more-black.png")}
.cloud-applist-li > .icon-next {
    display: inline-block;
    height: 30px;
    width: 23px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
}
.cloud-success {
    width: 100%;
    background-color: #fff;
    padding:30px 10px;
    box-sizing: border-box;
}
.cloud-success .cloud-title2 {
    color: #333;
}
.cloud-successUl{display:flex}
.cloud-successLi {
       display: inline-block;
flex:1;
margin: 4%;
box-sizing: border-box;
text-align: center;
position: relative;
overflow: hidden;
cursor: pointer;
}
.cloud-successLi > .imgBox{border:1px solid #ddd;
border-radius: 10px;
overflow: hidden;}
.cloud-successLi h5 {
       display: block;
    color: #333;
    font-weight: initial;
    width: 100%;
    box-sizing: border-box;
    margin-top: 5px;
}
.cloud-contact {
    width: 100%;
    background-color: #383D41;
       padding: 30px 10px;
    box-sizing: border-box;
}
.cloud-contact .imgBox {
    width: 15%;
    margin: 0 auto;
    display: block;
}
.cloud-contactUL {
    background-color: #fff;
    width: 80%;
    padding: 10px;
    box-sizing: border-box;
    margin: 10px auto;
    border-radius: 5px;
    margin-top: 20px;
}
.cloud-contactUL > li > span{margin-left:5px;vertical-align:middle;}
.icon-phone{	background-image:url("../../images/mobile/icon-phone.png");}
.icon-weixin{background-image:url("../../images/mobile/icon-weixin.png");}
.icon-local{	background-image:url("../../images/mobile/icon-local.png");}
.icon-email{	background-image:url("../../images/mobile/icon-email.png");}
.icon-phone,.icon-weixin,.icon-local,.icon-email{    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;}
 
 .cloud-contactUL li {
    line-height: 24px;
}

.cloud-mainApp-box {
    display: flex;
}
.cloud-mainApp {
    display: inline-block;
    flex: 1;
    margin: 0 10%;
}
.cloud-mainApp .imgBox {
    margin: 0 auto;
    text-align: center;
    display: block;
}
.cloud-mainApp span {
    display: block;
    text-align: center;
    margin-top: 5px;
}
.cloud-tech {
    background-color: #4e7ff5;
    color: #fff;
   padding: 10px 0;
padding-bottom: 20px;
}
.cloud-tech-mainBox {
    display: flex;
    padding-top: 20px;
}

.cloud-tech-tipsBox {
    flex: 3;
}
.cloud-tech-tipsBox ul {
    padding-left: 20px;
}
.cloud-tech-tipsBox li {
    font-size: 10px;
}
.cloud-tech-tipsBox li::before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 10px;
    background-color: #f08e00;
    vertical-align: middle;
}

.cloud-tech-imgBox {
    flex: 1.5;
}
.cloud-msg2 {
    margin: 20px;
    font-size: 0.6rem;
}
.cloud-extServ {
    background-color: #383D41;
    padding: 10px 0;
    padding-bottom: 20px;
    color: #fff;
}
.cloud-extServ-mainBox {
    display: flex;
    padding-top: 10px;
}
.cloud-extServ-imgBox {
    flex: 1.5;
    padding-left: 20px;
}
.cloud-extServ-btnBox {
    flex: 3;
    padding: 10px;
}
.cloud-extServ-btn {
    color: #f08e00;
    padding: 2px 10px;
    margin: 5px;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #f08e00;
}
/*-------------------------- 详情页-------------------------------------------*/ 
 
.cloud-detailTop-box {
    margin-top: 45px;
    padding: 20px;
    background-size: auto 100%;
    background-position: 45%;
    width: 100%;
    box-sizing: border-box;
    overflow:hidden;
}
.cloud-detailTop-title .imgBox {
    width: 30px;
}
.cloud-detailTop-title > h5 {
        font-size: 22px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}
.cloud-detailTop-msg{
        font-size: 12px;
    background-color: rgba(255,255,255,0.8);
    padding: 10px 0;
    margin: 10px 0;
    margin-bottom: 20px;
}
.btn-playNow {
    display: block;
    width: 90%;
    background-color: #4e7ff5;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color:#fff;
}
.cloud-detailMes-box {
    margin-top: 10px;
    background-color: #fff;
    width: 100%;
}
.cloud-detailMes-title {
    line-height: 20px;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.title-bordeLeft {
    border-left: 2px solid #4e7ff5;
    padding-left: 5px;
}
.cloud-detailMes-content {
    width: 100%;
    display: block;
    padding: 10px;
    box-sizing: border-box;
}
 
.cloud-detailTop-choice {
    display: block;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.8);
    padding: 5px;
    margin-bottom: 10px;
}
.cloud-appPrice-box > label {
    display: block;
}
.cloud-appPrice-box > span {
    font-size: 20px;
    color: #f08e00;
}
.cloud-detailChoice-line {
    margin-bottom: 15px;
}
.cloud-detailChoice-line label {
    display: block;
    margin-bottom: 5px;
}
.cloud-choiceUl {
    display: inline-block;
}
.cloud-choiceLi {
    position: relative;
    text-align: center;
    margin-right: 5px;
    display:inline-block;
}
 .cloud-choiceLi input {
    position: absolute;
    width: 100%;
    height: 28px;
    left: 0;
    top: 0;
    opacity: 0;
}
.cloud-choiceLi span {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 5px;
    min-width: 60px;
    border-radius: 5px;
}
.cloud-choiceLi > input:checked + span{    background-color: #4e7ff5;
    color: #fff;
    border-color: #4e7ff5;} 
/*-------------------------- 登录注册页-------------------------------------------*/  
 .logoBox-title {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    line-height: 45px;
    font-size: 16px;
}
.only-login-title{background-color:#60affd;}
.login-logo{margin:12% auto 25%;padding:10px;width:5em;height:5em;border-radius:50%;background-color:#fff;}
.login-box {
    margin-top:45px;
    padding:1px 20px;
    background-color:#fff;
    height: 100%;
}
.login-line {
    width: 100%;
    margin: 5px 0;
    position: relative;
}
.login-line a{color: #0088d3;}
.login-title {
    display: block;
    line-height: 30px;
}
.login-title label {
    font-size: 12px;
}
.login-title a {
    color: #0088d3;
    font-size: 12px;
    float: right;
}
.login-line > input,.copy-wrap input{
    width: 100%;
    box-sizing: border-box;
    line-height: 35px;
    padding: 0 8px;
    border:1px solid #ddd;
}
.login-line > input:focus{outline:none;}
a.btn-login {
    display: block;
    /*border-radius:19px;*/
    background-color: #4e7ff5;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    margin-bottom:10px;
}
 .login-tips {
    display: block;
    float: right;
    color: #0088d3;
    font-size: 12px;
}
.login-line .login-numBtn {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 32px;
    background-color: #ddd;
    padding: 0 10px;
    width: 98px;
    text-align: center;
    color: #333;
    border: 1px solid #aaa;
}
.login-line .authCodeBox {
    position: absolute;
    bottom: 0;
    right: 0;
    line-height: 34px;
    width: 118px;
    text-align: center;
    color: #333;
    border: 1px solid #aaa;
    height: 32px;
    overflow: hidden;
}
.login-line .authCodeBox img {
    height: 24px;
    margin: 4px 0;
    margin-right: -30px;
}
.login-list{text-align:center;}
.login-inner .ele_cursor{border-bottom:0;}
.login-list .imgBox{
	width:3em;
	height:3em;
	border-radius:50%;
	overflow:hidden;
}
.otherLogin .title{
	color: #aaa;
    text-align: center;
    width: 100px;
    margin: 0 auto;
    position: relative;
}
.otherLogin .title:before{
	position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #ccc;
    left: -105px;
    top: 50%;
}
.otherLogin .title:after{
	position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background-color: #ccc;
    left: 105px;
    top: 50%;
}
.otherLogin .login-inner{display: flex;
    min-height: 30px;}


/*-------------------------- 个人中心 -------------------------------------------*/
.level{    
	width: 7%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 160px;}
.levelBox{
    position: relative;}
.level-word{    line-height: 45px;
    margin-left: 26px;}
.pn-indexTop {
    display: block;
    background-color: #383D41;
    color: #fff;
    height: 190px;
    width: 100%;
    display: flex;
    align-items: center;
}
.pn-indexTop-header {
    display: block;
    height: 40px;
}
a.pn-indexTop-msg {
    padding: 5px 10px;
}
.pn-indexTop-msg .icon-msg {
    width: 28px;
    height: 28px;
    display: block;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.pn-indexTop-header {
    display: block;
    height: 30px;
}
.icon-msg{background-image:url("../../images/mobile/icon-msg.png");}
.pn-indexTop-nameBox {
    width: 100%;
    text-align: center;
}
.pn-indexTop-nameBox .imgBox {
    margin: 0 auto;
    display: block;
    width: 60px;
    border-radius: 60px;
    overflow: hidden;
    border: 3px solid #ddd;
    height: 60px;
}
.icon-agents-1{
    position: absolute;
    bottom: 4px;
    margin-left: 4px;
}
.pn-indexTop-name {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
}
.pn-indexTop-name img{width: 23px;}
.pn-indexTop-account {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #aaa;
}
.pn-navList {
    display: block;
    width: 100%;
  
}
.pn-navUl {
    background-color: #fff;
      margin-top: 10px;
}
.pn-navUl li {
    display: block;
    width: 100%;
    line-height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
}
.pn-navUl li a {
    border-bottom: 1px solid #ddd;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.pn-navUl li:last-child a{border-bottom:0;}
.pn-navUl .icon-next-black {
    display: block;
    width: 20px;
    height: 40px;
    float: right;
}
.pn-navUl .pn-navIcon {
    width: 20px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.pn-navName {
    vertical-align: middle;
}
.btn-navList-outLogin{    display: block;
    background-color: #4e7ff5;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 20px 0;
}
 .pn-navIcon > img{
     margin-top: 10px;
 }     
/*-------------------------- 控制台 -------------------------------------------*/
.console-easyBox {
    width: 100%;
    background-color: #383D41;
    color: #fff;
    padding: 20px 0;
    display: flex;
    text-align: center;
}
.console-easyBox-li {
    flex: 1;
    margin: 0 5%;
}
.console-easyBox-li .imgBox {
    display: block;
    width: 65%;
    margin: 0 auto;
}
.console-easyBox-li > span {
    margin-top: 10px;
    display: block;
}
.cloud-squareLi {
    width: 25%;
    display: inline-block;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.cloud-squareLi .imgBox {
    width: 60%;
}
.cloud-squareLi span {
    display: block;
    text-align: center;
}
.cloud-article {
    padding: 0 10px;
}
.cloud-article li {
    line-height: 35px;
    border-bottom: 1px dotted #ddd;
    position: relative;
}

/*-------------------------- 订单详情-------------------------------------------*/

.cloud-msgList {
    padding: 10px;
}
.cloud-msgList-li.Big span {
    font-size: 20px;
    color: #333;
}
.cloud-msgList-li span {
    color: #4e7ff5;
}
.cloud-orderSum-box {
    width: 100%;
    background-color: #fff;
    padding: 10px 20px;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
}
.cloud-orderSum-sum>span> h5 {
    display: inline-block;
    color: #f08e00;
}
.btn-orderPay {
    display: block;
    width: 100%;
    background-color: #f08e00;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 5px;
}
.tips-btnBottom {
    font-size: 10px;
}
.tips-btnBottom a {
    color: #0088da;
    font-size: 10px;
}
.cloud-btnLine-radio {
    border-bottom: 1px solid #ddd;
    padding: 10px 10px;
    position: relative;
}
.cloud-btnLine-radio input[type="radio"] {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 43px;
    opacity: 0;
}
.cloud-btnLine-radio .icon-radio {
    width: 20px;
    height: 20px;
    display: block;
    float: right;
}
.btnFixed-group{
	position:fixed;
	padding:10px;
	border-top:1px solid #e7e7e7;
	background-color:#fff;
	bottom:0;
	left:0;
	width:100%;
	text-align:right;
	box-sizing:border-box;
}
.btnFixed-group a{
	margin-left:15px;
}
/*----------------------------按钮--------------------------*/
.m-btn{
	display:inline-block;
	padding:3px 20px;
	border:1px solid #fff;
	border-radius:3px;
	fotn-size:12px;
}
.btn-empty{
	border:1px solid #777;
	color:#777;
}
.btn-main{
	border:1px solid #4e7ff5;
	color:#fff;
	background-color:#4e7ff5;
}
/*-------------------------- 支付成功 -------------------------------------------*/
.cloud-imgShow-box {
    margin-top: 45px;
    text-align: center;
    background-color: #fff;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.cloud-imgShow-box p {
    font-size: 20px;
    margin-top: 10px;
}
.cloud-imgShow-box > span {
    display: block;
    color: #888;
    font-size: 10px;
}
.cloud-imgShow-btn {
    margin: 10px 0;
    width: 100%;
    background-color: #4e7ff5;
    display: block;
    padding: 8px 0;
    color: #fff;
    margin-top: 20px;
}
/*-------------------------- 订单列表页 -------------------------------------------*/
.cloud-pnList-box {
    width: 100%;
}
.cloud-pnList-selectBox {
        width: 100%;
    z-index: 100;
    position: fixed;
    top: 45px;
}
.cloud-pnList-selectBox + .cloud-pnList-main{padding-top:42px;}
.cloud-pnList-main .ele_cursor .cloud-pnList-msg{position: relative;}
.cloud-pnList-main .ele_cursor .cloud-pnList-msg>div{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.cloud-pnList-select {
    background-color: #eaeaea;
    width: 100%;
    display: flex;
        border-bottom: 1px solid #ddd;
}

.cloud-pnList-selectBtn {
    flex: 1;
    text-align: center;
}
.cloud-pnList-selectBtn a {
    vertical-align: middle;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
.cloud-pnList-selectBtn > a > i {
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
    width: 5px;
    height: 5px;
    display: inline-block;
    transform: rotate(45deg);
    vertical-align: middle;
    margin-left: 10px;
    margin-bottom: 4px;
}
.cloud-pnList-selectContent {
    width: 100%;
    position: relative;
}
.cloud-pnList-selectList {
    position: absolute;
    width: 100%;
    background-color: #fff;
    display:none;
}
.cloud-pnList-selectList li {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.cloud-pnList-selectContent {
    width: 100%;
    position: relative;
}
.cloud-pnList-selectList li {
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
}
.cloud-pnList-main {
    background-color: #fff;
}
.cloud-pnList-main li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    cursor:pointer;
}
.cloud-pnList-title span {
    font-size: 18px;
    vertical-align: middle;
}
.cloud-pnList-title > i {
    background-color: #f08e00;
    font-style: inherit;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 10px;
    vertical-align: middle;
    color: #fff;
}
.cloud-pnList-title > i.paid{background-color: #32CD32;color:#fff;}
.cloud-pnList-title > i.cancel{background-color: #eee;color: #999;}
.cloud-pnList-msg {
    display: block;
}
.cloud-pnList-time {
    font-size: 10px;
    margin-top: 5px;
}

.fade-underHeader {
    display: none;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 99;
    
}
.cloud-pnList-controlBox {
    background-color:#f08e00;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
    color: #fff;
}
/*-------------------------- 表单模板 -------------------------------------------*/
.login-singlePic {
	background-image:url("../../images/mobile/img-addImages.png");
    width: 80px;
    height: 80px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border: 2px dashed #ddd;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
}
.login-singlePic-box {
    margin: 10px 0;
}
.login-singlePic input[type="file"] {
    width: 100%;
    display: inline-block;
    height: 80px;
    opacity: 0;
}
.login-titleTips-normal {
    font-size: 10px;
    font-style: initial;
    float: right;
    color: #999;
}
.login-titleTips-danger{
	font-size: 10px;
    font-style: initial;
    float: right;
    color: #d81e06;
}
.login-singlePic img {
	width:100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height:100%;
}
.login-manyPic-box {
    text-align: left;
    background-color: #fff;
    padding: 10px;
    font-size: 0;
    padding-bottom: 5px;
}
.login-textareaBox > textarea {
    width: 100%;
    resize: none;
    height: 60px;
    padding: 5px;
    box-sizing: border-box;
}
.login-selectBox-btn {
    width: 100%;
    background-color: #fff;
    display: block;
    padding: 5px;
    border: 1px solid #999;
    box-sizing: border-box;
    background-image:url("../../images/mobile/arrow-drop-black.png");
    background-repeat: no-repeat;
    background-position: 98%;
    height: 34px;
}
.tips-blue{color:#0088d3;font-size:12px;}


/*-------------------------- 文章详情 -------------------------------------------*/
.solve-content{
	min-height:100vh !important;
}
.cloud-articleTitle-box {
    margin-top: 45px;
    background-color: #383D41;
    color: #fff;
    padding:0 20px;
    text-align:center;
}
.cloud-articleTitle-box h3 {
    font-size: 20px;
}
.cloud-articleTitle-time {
    margin-left: 15px;
    font-size:10px;
}
.cloud-articleContent-box {
    background-color: #fff;
    padding: 20px;
    min-height: 300px;
    
}
.cloud-articleTitle-author {
    font-size: 10px;
}

/*-------------------------- 只读页-------------------------------------------*/
.onlyReady-title {
    padding: 5px 10px;
    font-size: 12px;
    color: #aaa;
}
.onlyReady-content {
    background-color: #fff;
}
.onlyReady-content .img-box{
	display:block;
	width:80px;
	margin:0 auto;
	border-radius:50%;
	padding:10px;
}
.onlyReady-content > ul> li {
    padding: 7px 15px;
    border-bottom: 1px solid #ddd;
    position:relative;
}
.onlyReady-content > ul> li:last-child{border-bottom:0;}
.onlyReady-content >ul > li> label {
    width: 101px;
    display: inline-block;
    color: #999;
    position:absolute;
}
.onlyReady-content >ul > li> span{
	display: inline-block;
	width: 100%;
	padding-left: 101px;
    box-sizing: border-box;
    padding-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;}
.onlyReady-clickLine {
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.ele_cursor{padding:10px;border-bottom:1px solid #ddd;}
.ele_cursor_contentBox{
	position:relative;
}
.ele_cursor_contentBox .ele_cursor_right{
	position:absolute;
	top:10px;
	right:10px;
}
.ele_cursor_left .cloud-pnList-title span{
	font-size:16px;
}
.pg-cloud-orderlist{
	display:flex;
	display:-webkit-flex;
	clear:both;	
	padding-top:5px;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	text-align:center;
}
.pg-cloud-orderlist li{
	flex:1;
	min-width:70px;
	max-width:70px;
	border-bottom:0;
	padding:5px 3px;
}
.pg-cloud-orderlist .img-box{
	display:inline-block;
	width:60px;
	height:60px;
}
/*----------------------------成功案例---------------------------------------------*/
.success-example{
    background-color: #fff;
    min-height: 100vh;
    /* margin-top: 20px; */
    padding: 60px 0;
    /* margin-top: 45px; */
}
/*---------------------------------联系我们---------------------------------------*/
.contact-us{
	background-color:#fff;
	min-height:100vh;
	padding:60px 10px;
}
.contact-us .cloud-title2{
	color:#000;
}
.contact-map{
	border:2px solid #383D41;
	width:86%;
	margin:0 auto;
	border-radius:5px;
}
/* ---------------------------------产品列表页---------------------------------------- */
.pg-cloud-choiceUl{
	display:flex;
	display:-webkit-flex;
	-webkit-justify-content:space-between;
	justify-content:space-between;
	flex-wrap:wrap;
	-webkit-wrap:wrap;
}
.link-box{
	padding-left:5px;
	background-color:#fff;
	background-size:20px 20px;
	background-image:url(../../images/mobile/icon-tuiguang.png);
	background-repeat:no-repeat;
	background-position:left center;
	background-origin:content-box;
	line-height:36px;
}
.link-box>a{color:#4e7ff5;margin-left:25px;}
.link-blue{color:#4e7ff5;margin-left:25px;}
.cloud-orderSum-sum{margin:12px 0 12px 5px;}
.pg-cloud-list{width:100%;}
.pg-cloud-listLi{
	margin-left:1%;
	margin-top:7px;
	width:48%;
	display:inline-block;
	position:relative;
}
.pg-cloud-listLi>input{
	width:100%;
	height:171px;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	z-index:3;
}
.pg-cloud-listLi > input:checked + div{border-color:#4e7ff5;}
.pg-cloud-listLi > input:checked + div>span{background-image:url(../../images/mobile/icon-isCheck.png);}
.pg-cloud-listLi>div{height:151px;padding:10px 0;border:1px solid #ddd;text-align:center;}
.pg-cloud-listLi .imgBox{width:128px;height:128px;display:block;margin:0 auto;}
.pg-cloud-liTitle{
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	display:-webkit-box;
	text-align:center;
}
.tips-btnBottom{margin-top:10px;text-align:center;}
.pg-tag-check{
	position:absolute;
	right:5px;
	top:5px;
	display:inline-block;
	width:20px;
	height:20px;
	background-image:url(../../images/mobile/icon-checked.png);
	background-size:cover;
}
/*------------------------------弹出框--------------------------------------*/
.pg-dialog-box{
	width:100%;
	margin-top:45px;
	min-height:100%;
	position:absolute;
	z-index:300;
	top:0;
	left:0;
	background-color:#fff;
}
.pg-dialog-box iframe .logoBox{display:none;}
.pg-dialog-btn-close{width:50px;height:50px;border-radius:50%;outline:none;border:0;background-color:#383D41;position:fixed;bottom:20px;right:20px;color:#fff;}
/*-------------------------- 图标 -------------------------------------------*/
i[class^="icon-"] { background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;}
.icon-demo{background-image:url("../../images/mobile/icon-demo.png");}
.icon-radio{background-image:url("../../images/mobile/icon-noCheck.png");}
.cloud-btnLine-radio input[type="radio"]:checked + .icon-radio{background-image:url("../../images/mobile/icon-isCheck.png");}
.icon-back{background-image:url("../../images/mobile/icon-back.png");}
.onlyReady-clickLine{background-image:url("../../images/mobile/icon-more-black.png");}

/*-------------------------- 字体颜色 -------------------------------------------*/
.FC-red{color:red;}
.FC-green{color:#32CD32;}
.FC-yellow{color:#f08e00;}
.FC-blue{color:#4e7ff5;}
/*-------------------------- 背景颜色 -------------------------------------------*/
.BG-yellow{width:90%;margin:20px auto;color:#fff;background-color:#f08e00 !important;}
/*wr添加*/
.forget-paw{color: #0088d3; font-size: 12px; }
.mb-personal-wrap{ min-height: 100%;  position: relative;}
.mb-personal-wrap-content{padding-bottom: 53px}
.marquee-box{line-height:30px;height:35px;width:100%;background-color:#fff;position:relative;overflow:hidden;}
/* .marquee-box marquee{width:calc(100% - 45px);height:35px;}
.marquee-box marquee a{padding-right:200px} */
.marquee-content{
	position:absolute;
	white-space:nowrap;
/* 	animation: newsScoll 60s infinite linear;
	-webkit-animation: newsScoll 60s infinite linear */;
}
.marquee-content>a{margin-right:50px;}
.white-block{position:absolute;right:0;top:0;z-index:2;width:10px;height:30px;background-color:#fff;}
.marquee-box>.link-box{padding:12px;position:absolute;top:20%;z-index:2;vertical-align:text-bottom;background-origin:border-box;background-position:right top;}
.marquee-box>.btn-more-dotted{display:inline-block;height:100%;width:20px;text-align:center;color:#4e7ff5;font-weight:600;vertical-align:text-bottom;}
.bgColor_white{background-color: #fff;margin-top: 60px;}
.mb-personal-wrap .weui-tabbar{position: fixed}
.wr-mask{width: 100%;height: 100%;position: absolute;top:0;background-color: rgba(0,0,0,0.5);z-index: 100}
.pl15{padding-left: 15px}
.personal_id{position: relative}
.personal_id img{background-color: #4e7ff5;  width: 20px;  position: absolute;bottom: 6px;}
.pg-cloud-listLi>input{-webkit-tap-highlight-color:rgba(255,255,255,0);}
.mb10{margin-bottom:10px}
.ele_cursor_left{float: left;width:100%}
.ele_cursor_right{float: right;}
/*.ele_cursor_contentBox{width: 360px;height: 80px;}*/
.cl:after,.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}.cl,.clearfix{zoom:1}
.w_h_100{width: 100%;height: 100%}
/*-------------------------- 表格样式 -------------------------------------------*/
.pg-table{width:100%;border:1px solid #888;border-collapse: collapse;text-align: center;line-height:30px;font-size:0.8em;}
.pg-table th{border:1px solid #888;margin:0;background-color: #eee;font-weight: 400;}
.pg-table td{border:1px solid #888;margin:0;}
/*-------------------------- tab样式 -------------------------------------------*/
.pg-tab-button{display:flex;margin-top:10px;background-color:#fff;line-height:50px;text-align:center;}
.pg-tab-button>a{flex:1;}
.pg-tab-button .active{border-bottom:2px solid #4e7ff5;color:#4e7ff5;}
.pg-tab-line{border-left:1px solid #ccc;margin:8px 0;}
/*.pg-tab-content .pn-navUl:first-child{margin-top:0;}*/
/*----------------------------按钮---------------------------------------*/
.btn-sm-blue{width:20px;height:20px;margin-top:10px;line-height:20px;text-align:center;border-radius:50%;border:1px solid #4e7ff5;vertical-align:middle;color:#4e7ff5!important;}

.title-center{float:initial!important;position:absolute;left:42.5%;}

/*------------------------------列表页------------------------------------  */
.list-box{background-color:#f6f6f6;}
.list-box>.cloud-list-content{width:90%;margin:10px auto;padding:0 8px;box-shadow:0 0 5px #dbdbdb;border-radius:3px;background-color:#fff;}
.list-desc{
	display:-webkit-box;
	margin:10px 0;
	font-size:0.7rem;
	color:#666;
	line-height:22px;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}
.card-box{display:block;width:100%;margin:auto;position:relative;overflow:hidden;}
.card-box>img{display:block;height:145px;width:100%;}
.card-desc{padding:8px 0;color:#333;}
.visit-more>.icon-next-black{width:20px;height:36px;float:right;}
.cloud-list-content>.visit-more{display:block;border-top:1px solid #ddd;line-height:36px}
.visit-more{color:#666;}

/* 问号按钮 */
.btn-explain-gray{display:inline-block;width:20px;height:20px;margin:0 3px;background:url(../../images/mobile/img-wh.png) center no-repeat;background-size:cover;vertical-align:text-bottom;}
/*wr添加*/
.wr_mes{color:#fff; margin-top: -12px; display: inline-block;margin-right: 10px;}
.pn-navIcon>img{width: 20px}
.icon_share{ width: 29px; position: absolute; right: 15px; top: 5px; }
.cloud-pnList-main-bg{ margin-top: 105px; padding-top: 0!important; }
.pg-tab-button-top{ top:45px;}