﻿body, div, dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6, pre, code,form, fieldset, legend, input, button,textarea, p, blockquote, th, td {margin: 0;padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn,em, th, var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6{font-weight: normal; font-size: 100%;}
strong{font-weight: 700;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea,
select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;	font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {*font-size: 100%;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{border:none;padding:0;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption{text-align: left;}
sup, sub {font-size: 100%;}
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}
.clearfix,.container-fluid,.container,.form-group,.panel{ *clear:both; *zoom:1;}
.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.form-group:after,.form-group:before,.panel:after,.panel:before{ display:table;content:" ";}
.clearfix:after,.container-fluid:after,.container:after,.form-group:after,.panel:after{clear:both;}
.hidden{display:none!important;}
.show{display:block!important;}
.hide{display:none;}
.pull-left,.pull-right{display:inline;}
.pull-left{float:left;}
.pull-right{float:right;}
.pull-right{float:right;}
 button,input,textarea,select,pre{ font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif; }
pre{ white-space: normal; }

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
}
@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot?2018722                                                                        0.'); 
	src: url('../fonts/iconfont.eot?#iefix?2018722') format('embedded-opentype'),
	url('../fonts/iconfont.woff?2018722') format('woff'),
	url('../fonts/iconfont.ttf?2018722') format('truetype'), 
	url('../fonts/iconfont.svg#iconfont?2018722') format('svg'); 
}              
.iconfont {
	font-family: "iconfont" !important;
	font-size: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body{ -webkit-font-smoothing: antialiased; }
html {
    height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);    
	_background-image:url(about:blank);
	_background-attachment:fixed;
}
body{	
	color: #181818;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;	
	height: 100%;    
}
a{ color: #181818; text-decoration: none; transition: color .3s, background-color .3s; }
a:hover{ color: #ff443f; text-decoration: none;}
a.hover-underline:hover{ text-decoration: underline;}

/* Hx */
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{ font-weight: 400; }
.h1,h1{ font-size: 32px; font-weight: 300; }
.h2,h2{ font-size: 22px; font-weight: 300; }
.h3,h3{ font-size: 18px; }
.h4,h4{ font-size: 16px; }
.h5,h5{ font-size: 14px; }
.h6,h6{ font-size: 12px; }
.small,small{ font-size: 85%; }

/* radio&checkbox  */
.radio,.checkbox{ position: relative; display: block; font-size: 14px; line-height: 20px; }
.radio input,.checkbox input{float: left; margin: 4px 7px 0 0;  }
.radio + .radio,.checkbox + .checkbox{ margin-top: 10px; }
.radio-inline,.checkbox-inline{ display: inline-block; vertical-align: middle; }
.radio-inline + .radio-inline,.checkbox-inline + checkbox-inline{ margin: 0 0 0 15px; }

/* IE9+ swich Beauty */
input[type="checkbox"].iswich:enabled,
input[type="checkbox"].iswich:disabled{ opacity: 0; position: absolute; }
input[type="checkbox"].iswich:enabled + .iswich-text,
input[type="checkbox"].iswich:disabled + .iswich-text{ display: block; padding-left: 50px; color: #666; }
input[type="checkbox"].iswich:enabled + .iswich-text::before,
input[type="checkbox"].iswich:disabled + .iswich-text::before{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 50%;
    margin-top: -12px;
    width: 40px;
    height: 24px;
    overflow: hidden;
    border: 1px solid #ddd;
    background-color: #fcfcfc;
    border-radius: 20px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
}
    input[type="checkbox"].iswich:enabled + .iswich-text::after,
    input[type="checkbox"].iswich:disabled + .iswich-text::after{        
        content: '';
        position: absolute;
        left: 3px;
        top: 50%;
        margin-top: -9px;
        height: 18px;
        width: 18px;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 100%;
        transition: .3s;
        cursor: pointer;
        box-shadow: 0 1px 4px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.12);
    }
    input[type="checkbox"].iswich:enabled:not(:checked) + .iswich-text:hover::before{ border-color: #ccc; }
    input[type="checkbox"].iswich:enabled:not(:checked) + .iswich-text:hover::after { border-color: #bbb; }
    input[type="checkbox"].iswich:checked + .iswich-text::before{ border-color: #ff5c38; background-color: #ff5c38; box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
    input[type="checkbox"].iswich:checked + .iswich-text::after { border-color: #ffffff; background-color: #ffffff; -webkit-transform: translate(16px, 0); transform: translate(16px, 0); box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
    input[type="checkbox"].iswich:checked ~ .iswich-text{ color: #333; }
    input[type="checkbox"].iswich:disabled + .iswich-text{ opacity: .6; }
    input[type="checkbox"].iswich:disabled + .iswich-text::before{ cursor: not-allowed; box-shadow: none; background-color: #f5f5f5; }    
    input[type="checkbox"].iswich:disabled + .iswich-text::after { cursor: not-allowed; box-shadow: none; border-color: #d7d7d7; }    
    input[type="checkbox"].iswich:disabled:checked + .iswich-text{ opacity: .3; }   
    input[type="checkbox"].iswich:disabled:checked + .iswich-text::before{ background-color: #ff5c38; }
    input[type="checkbox"].iswich:disabled:checked + .iswich-text::after { border-color: #fff; } 


/* IE9+ checkbox Beauty */
input[type="checkbox"].icheck:enabled,
input[type="checkbox"].icheck:disabled{ opacity: 0; position: absolute; }
input[type="checkbox"].icheck:enabled + .icheck-text,
input[type="checkbox"].icheck:disabled + .icheck-text{
    position: relative;
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding-left: 28px;
    color: #666;
    cursor: pointer;
}
    input[type="checkbox"].icheck:disabled + .icheck-text::before,
    input[type="checkbox"].icheck:enabled + .icheck-text::before{
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        z-index: 2;
        width: 18px;
        height: 18px;
        overflow: hidden;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 4px;
        transition: .3s;
        box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
    }
    input[type="checkbox"].icheck:disabled + .icheck-text::after,
    input[type="checkbox"].icheck:enabled + .icheck-text::after{
        content: "";
        position: absolute;
        top: 3px;
        left: 6px;
        z-index: 3;
        width: 6px;
        height: 10px;
        overflow: hidden;
        border-right: 2px solid #eee;
        border-bottom: 2px solid #eee;
        background-color: transparent;
        opacity: 0;
        transition: .3s;
        -webkit-transform: rotate(40deg);
                transform: rotate(40deg);
    }
        input[type="checkbox"].icheck:enabled + .icheck-text:hover{ color: #333; }
        input[type="checkbox"].icheck:enabled + .icheck-text:hover::before{ border-color: #bbb; }
        input[type="checkbox"].icheck:enabled + .icheck-text:hover::after{ opacity: 1; }
        input[type="checkbox"].icheck:enabled:checked + .icheck-text{ color: #333; }
        input[type="checkbox"].icheck:enabled:checked + .icheck-text::before{ border-color: #ff5c38; background-color: #ff5c38; box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
        input[type="checkbox"].icheck:enabled:checked + .icheck-text::after{ opacity: 1; border-color: #fff;}
        input[type="checkbox"].icheck:enabled:checked + .icheck-text:hover::before{ border-color: #ff7152; background-color: #ff7152; }
        
        input[type="checkbox"].icheck:disabled + .icheck-text{ cursor: default; opacity: .5;}
        input[type="checkbox"].icheck:disabled + .icheck-text::before{ cursor: not-allowed; background-color: #f0f0f0; box-shadow: none; }
        input[type="checkbox"].icheck:disabled + .icheck-text::after { cursor: not-allowed; }
        input[type="checkbox"].icheck:disabled:checked + .icheck-text::before{ border-color: #ff5c38; background-color: #ff5c38; opacity: .5;}
        input[type="checkbox"].icheck:disabled:checked + .icheck-text::after { opacity: .8; border-color: #fff;}
   
/* IE9+ radio Beauty */
input[type="radio"].iradio:enabled,
input[type="radio"].iradio:disabled{ opacity: 0; position: absolute; }
input[type="radio"].iradio:enabled + .iradio-text,
input[type="radio"].iradio:disabled + .iradio-text{
    position: relative;
    display: block;
    min-height: 20px;
    line-height: 20px;
    padding-left: 28px;
    color: #666;
    cursor: pointer;
}
    input[type="radio"].iradio:disabled + .iradio-text::before,
    input[type="radio"].iradio:enabled + .iradio-text::before{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        width: 18px;
        height: 18px;
        overflow: hidden;
        border: 1px solid #ddd;
        background-color: #fff;
        border-radius: 50%;
        transition: .3s;
        box-shadow: 1px 3px 10px rgba(200,200,200,.3); 
    }
    input[type="radio"].iradio:disabled + .iradio-text::after,
    input[type="radio"].iradio:enabled + .iradio-text::after{
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: 3;
        width: 8px;
        height: 8px;
        overflow: hidden;
        background-color: #eee;
        opacity: 0;
		border-radius: 50%;
        transition: .3s;
    }
        input[type="radio"].iradio:enabled + .iradio-text:hover{ color: #333; }
        input[type="radio"].iradio:enabled + .iradio-text:hover::before{ border-color: #bbb; }
        input[type="radio"].iradio:enabled + .iradio-text:hover::after{ opacity: 1; }
        input[type="radio"].iradio:enabled:checked + .iradio-text{ color: #333; }
        input[type="radio"].iradio:enabled:checked + .iradio-text::before{ border-color: #ff5c38; box-shadow: 1px 3px 10px rgba(255,92,56,.25); }
        input[type="radio"].iradio:enabled:checked + .iradio-text::after{ opacity: 1; background-color: #ff5c38; }
        input[type="radio"].iradio:enabled:checked + .iradio-text:hover::before{ border-color: #ff7152; }
        
        input[type="radio"].iradio:disabled + .iradio-text{ cursor: default; opacity: .7;}
        input[type="radio"].iradio:disabled + .iradio-text::before{ cursor: not-allowed; background-color: #f0f0f0; box-shadow: none; }
        input[type="radio"].iradio:disabled + .iradio-text::after { cursor: not-allowed; }
        input[type="radio"].iradio:disabled:checked + .iradio-text::before{ border-color: #ff5c38; background-color: #fff; opacity: .5;}
        input[type="radio"].iradio:disabled:checked + .iradio-text::after{ opacity: .5; background-color: #ff5c38;}

/* form-control */
.form-control{
    display: block;
    width: 100%;   
    padding: 9px 15px;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    transition: border linear .2s, box-shadow linear .2s;  
    border-radius: 6px;
}
    .input-lg{ height: 42px; font-size: 16px; padding: 10px 13px; }
    .input-sm{ height: 30px; font-size: 13px; padding: 4px 8px; }
    .form-control:hover{ border-color: #ccc; }
    .form-control:focus{ border-color: #aaa; color: #333; }
    .form-control-error{ border-color: #f76260; }
    .form-control-succeed{ border-color: #0cc741; }

    .form-control::-moz-placeholder { color: #ccc; opacity: 1; }
    .form-control:-ms-input-placeholder {color: #ccc;}
    .form-control::-webkit-input-placeholder {color: #ccc;}
    .form-control[readonly]{ color: #666; border-color: #e5e5e5; box-shadow: none; background-color: #f9f9f9; }
    .form-control[disabled],
    .form-control.disabled{ color: #999; border-color: #eee; background-color: #f9f9f9; filter: alpha(opacity=100); opacity: 1; }
     textarea.form-control{ line-height: 1.42857143; padding: 5px 10px; overflow-y: auto; overflow-x: hidden; border-radius: 6px; }
     select.form-control{ color: #555; } 

/* btn */
.btn {
    display: inline-block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #4c5161;
    border: 1px solid transparent;
    background-color: transparent;
    border-radius: 100px;
    transition: .3s;
}    
    .btn:hover{ text-decoration: none; }
    .btn:active{ background-color: #f6f6f7; box-shadow: none!important;}
    .btn .iconfont{ font-size: 15px;}

    .btn.disabled{ cursor: not-allowed; filter: alpha(opacity=50); opacity: .5; pointer-events: none; box-shadow: none; }
    .btn-block{ display: block; width: 100%; }  
    .btn-square{ border-radius: 3px; }  
     button.btn-block,input.btn-block{ width: 100%; }

	.btn-lg{ font-size: 15px; padding: 13px 50px; } 
    .btn-sm{ font-size: 13px; padding: 4px 15px; } 
    .btn-xs{ font-size: 12px; padding: 1px 13px; } 
    .btn-link{ color: #007dfe; }

    .btn-primary{ color: #fff; border-color: #0bb6ee; background-color: #0bb6ee; }
    .btn-primary:hover { color: #fff!important; border-color: #28bff1; background-color: #28bff1;}
    .btn-primary:active{ color: #fff!important; border-color: #06a2d5; background-color: #06a2d5; } 

/* container */
.content,
.container{
    margin: 0 auto;
    max-width: 768px;
    padding-bottom: 1px;
}

/* index */
.index .content{
    overflow: hidden;
    background: url(../images/bg.png) center 0 no-repeat #0a9ef9;
    background-size: cover;
    background-attachment: fixed;
}

/* state-tips */
.state-tips{
    text-align: center;
    margin: 15px;
    font-size: 14px;
    padding: 10px;
    color: #00935a;
    text-shadow: 0 1px 2px #fff;
    background-color: #89f2c9;
    border-radius: 6px;
}
.state-tips--error{
    color: #f10000;
    background-color: #fcc2d6;
}
.state-tips i{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: -3px;
    border-radius: 50%;
    background-color: currentColor;
}
.state-tips i.sucess::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    color: #fff;
    width: 10px;
    height: 6px;
    margin-top: -2px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translate(-50%,-50%) rotate(-45deg);
}

/* jumbotron-tips */
.jumbotron-tips h2{ font-size: 16px; font-weight: 700; }
.jumbotron-tips{ 
    position: relative;
    z-index: 3;
    margin: 15px;
    font-size: 12px;
    padding: 10px 12px;
    color: #fc6000;
    border: 2px dashed #fff;
    background-color: rgba(255,255,255,.5);
    background-color: #ffffe3;
    border-radius: 6px;
}
.jumbotron-tips + .state-tips{ 
    margin-top: -20px; 
    padding-top: 12px;    
    border-radius: 0 0 6px 6px;    
}

/* jumbotron */
.jumbotron{ padding: 50px 30px 5px 30px; text-align: center; }
.jumbotron .phone{ display: block; width: 60%; max-width: 240px; margin: auto; }
.jumbotron .logo{ display: block; margin: auto; width: 60%; max-width: 250px; }
.jumbotron .salong{ display: block; margin: auto; width: 100%; max-width: 480px; margin-top: 50px; }

/* jumbotron-download */
.jumbotron-download{ padding: 20px 8% 50px 8%; }
.jumbotron-download > a{
    position: relative;
    display: block;
    width: 100%;
    height: 72px;
    line-height: 66px;
    margin-top: 30px;
    overflow: hidden;
    color: #fff;
    font-size: 24px;
    border: 2px solid #fff;
    border-radius: 100px;
}
    .jumbotron-download > a:after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(255,255,255,.2);
        transition: .3s;
        transform: scale(.5);
        border-radius: 100px;
        opacity: 0;
    }
    .jumbotron-download > a:hover:after{transform: scale(1.2); opacity: 1;}
    .jumbotron-download > a > img{ display: inline-block; height: 36px; margin-right: 15px; vertical-align: -9px; }

/* brand */
.brand img{ width: 64px; height: 64px; margin: 3px 5px; }
.brand{ 
    margin: 0 20px;
    font-size: 0;
    padding: 15px 0; 
    text-align: center; 
    background-color: rgba(255,255,255,.15); 
    border-radius: 10px;
}

/* leading */
.leading{ color: #fff; margin: 20px; padding: 20px; background-color: rgba(255,255,255,.15); border-radius: 10px; }
.leading img{ float: left; max-width: 90px; margin-right: 18px; }
.leading-info{ overflow: hidden; }
.leading-info h3{ font-size: 22px; margin: 0 0 7px 0;}
.leading-info p{ font-size: 14px; }
.leading .clearfix + .clearfix{ border-top: 1px dashed rgba(255,255,255,.2); margin-top: 20px; padding-top: 20px; }

/* feature */
.feature{ color: #fff; margin: 20px; padding: 20px; background-color: rgba(255,255,255,.15); border-radius: 10px; text-align: center; }
.feature h3{ display: inline-block; border-bottom: 1px dashed #fff; padding-bottom: 10px; font-size: 22px; margin-bottom: 20px; }
.feature-group{ font-size: 0; text-align: left; }
.feature-group > li{ display: inline-block; width: 50%; padding: 10px; text-align: center; }
.feature-group h5{ font-size: 18px; }
.feature-group p{ margin-top: 10px; font-size: 12px; }
.feature-group .icon{
    display: block;
    width: 96px;
    height: 96px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 5px;
    background-image: url(../images/feature.png);
    background-repeat: no-repeat;
    -webkit-transform: scale(.75);
            transform: scale(.75);
}
    .feature-group .icon-free{ background-position:  0 0; }
    .feature-group .icon-node{ background-position:  -100px 0; }
    .feature-group .icon-speed{ background-position:  -200px 0; }
    .feature-group .icon-protocol{ background-position:  -300px 0; }
    .feature-group .icon-smart{ background-position:  -400px 0; }


/* backdrop */
.backdrop{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	z-index: 99;
    width: 100%;
    height: 100%;
    pointer-events: none;
    backface-visibility: hidden;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .3s;
}
    .backdrop.in{ opacity: 1; pointer-events: auto; }

/* close */
.close{
	-webkit-user-select: none;
			user-select: none;
	-webkit-appearance: none;
			appearance: none;
	position: absolute;
	display: block;
	width: .3rem;
	height: .3rem;
	overflow: hidden;
	border: 0 none;
    font-size: 0;
	background-color: transparent;
	border-radius: 50%;
	outline: none;
}
	.close::before,
	.close::after {
		content: "";
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		background-color: #fff;
		-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
				transform: translateX(-50%) translateY(-50%) rotate(45deg);
		-webkit-transform-origin: center center;
				transform-origin: center center;
	}
	.close::before{ height: 2px; width: 50%; }
	.close::after { height: 50%; width: 2px; }
	.close:active { opacity: .8; }

/* modal */
.modal{
    display: block;
    position: fixed;
	top: 5%;
	left: 50%;
    bottom: 5%;
	width: 700px;
	margin-left: -350px;
    z-index: -1;
	opacity: 0;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0, .08);
    transition: transform .3s, opacity .3s;
	-webkit-backface-visibility: hidden;
    		backface-visibility: hidden;
    -webkit-transform: scale(1.2);
        	transform: scale(1.2);
}
    .modal.in{
		opacity: 1;
        z-index: 1000;
        -webkit-backface-visibility: visible;
    		    backface-visibility: visible;
		-webkit-transform: scale(1);
        		transform: scale(1);
    }
    .modal-close{
		position: absolute;
		top: -10px;
		right: -10px;
		z-index: 9;
		width: 32px;
		height: 32px;
        background-color: #f76260;
	}
	.modal-close::before{ height: 1px; }
	.modal-close::after { width: 1px; }
	.modal-body{ 
        position: absolute;
        top: 86px;
        left: 0;
        right: 0;
        bottom: 0;
        overflow-y: auto; 
    }
    .modal-header h2{ font-size: 20px; }
	.modal-header{
		position: relative;
		text-align: center;
		font-size: 16px;
		color: #fff;
		padding: 15px 20px;
		line-height: 1.428571428571429;
        border-radius: 5px 5px 0 0;
		background: url(../images/down.png) center bottom no-repeat;
        background-size: cover;
	}

/* modal-confirm */
.modal-confirm{
    top: 50%;
    left: 10%;
    right: 10%;
    margin: auto;
    bottom: auto;
    width: auto;
    font-size: 14px;
    transition: .3s;
    -webkit-transform: scale(1.2) translateY(-50%);
        	transform: scale(1.2) translateY(-50%);
}
    .modal-confirm.in{
        -webkit-transform: scale(1) translateY(-50%);
                transform: scale(1) translateY(-50%);
    }

/* confirm */
.confirm{ text-align: center; overflow: hidden; padding-top: 30px; }
.confirm-icon{ 
    position: relative;
    width: 64px; 
    height: 64px; 
    margin: auto; 
    color: #fff;
    overflow: hidden;
    border-radius: 50%; 
    background-color: #ffe270;
    background: -webkit-linear-gradient(to bottom, #ffe270 0%, #f2a133 100%);
    background: linear-gradient(to bottom, #ffe270 0%, #f2a133 100%);
}
    .confirm-icon::before,
    .confirm-icon::after{ content: ''; position: absolute; left: 50%; top: 50%; }
    .confirm-icon::before{        
        width: 8px;
        height: 8px;
        background-color: currentColor;
        border-radius: 50px;
        transform: translate(-50%, 150%);
    }
    .confirm-icon::after{
        top: 15px;
        width: 6px;
        height: 24px;
        background-color: currentColor;
        border-radius: 2px;
        transform: translate(-50%);
    }
    .confirm-text{ padding: 10px 20px 20px 20px; }
    .confirm-action{ font-size: 0; white-space: nowrap; border-top: 1px solid #e5e5e5; }
    .confirm-action .btn + .btn{ border-left: 1px solid #e5e5e5; }
    .confirm-action .btn{ border-radius: 0; width: 50%; padding: 12px; font-size: 15px; }
    .confirm-action .btn-ok{ color: #19cf86; }
    .confirm-action .btn-cancel{ color: #999; }

/* confirm-form */
.confirm-form{ padding-top: 0;}
.confirm-form .confirm-text{ padding: 0 20px 20px 20px; text-align: left; }
.confirm-form .confirm-text h5{ padding: 20px 0 10px 0; }
.confirm-form .radio{ display: inline-block; width: 48%; }

/* modal-tips */
.modal-tips{ 
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80%;
    z-index: -1;
	opacity: 0;
    text-align: center;
    padding: 20px;
    color: #fff;
    background-color: rgba(0,0,0,.9);
    border-radius: 10px;
    transition: transform .3s, opacity .3s;
    transform: translate(-50%,-50%);
	-webkit-backface-visibility: hidden;
    		backface-visibility: hidden;
}
    .modal-tips.in{
		opacity: 1;
        z-index: 1000;
        -webkit-backface-visibility: visible;
    		    backface-visibility: visible;
    }

/* modal-loading */
.modal-loading p{ position: absolute; white-space: nowrap; left: 50%; transform: translateX(-50%); margin-top: 5px; }
.modal-loading{ 
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 64px; 
    height: 64px; 
    margin: -32px 0 0 -32px;
    z-index: -1;
	opacity: 0;
    background-color: #000;
    border-radius: 10px;
    transition: transform .3s, opacity .3s;
	-webkit-backface-visibility: hidden;
    		backface-visibility: hidden;
}
    .modal-loading.in{
		opacity: 1;
        z-index: 1000;
        -webkit-backface-visibility: visible;
    		    backface-visibility: visible;
    }
    .modal-loading .loader{ 
        margin: 16px; 
        display: block; 
        width: 32px; 
        height: 32px; 
        -webkit-animation: loading 1.5s linear 0s infinite;
                animation: loading 1.5s linear 0s infinite;

    } 
    @-webkit-keyframes loading{
        0%   { -webkit-transform: rotate3d(0, 0, 1, 360deg); }
        100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); }
    }
    @keyframes loading{
        0%   { transform: rotate3d(0, 0, 1, 360deg); }
        100% { transform: rotate3d(0, 0, 1, 0deg); }
    }

.cell{
	position: relative;
    padding: 15px;
	text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
}
    .cell::before{
		content:"";
		position: absolute;
		top: 0;
		left: 15px;
		right: 0;
		z-index: 2;
		height: 1px;
		border-top: 1px solid #ddd;
		color: #ddd;
		-webkit-transform: scaleY(.5);
				transform: scaleY(.5);
		-webkit-transform-origin: 0 0;
				transform-origin: 0 0;
	}
	.cell:first-child::before{ display: none; }
   a.cell:active{ background-color: #f9f9f9; }
	.cell-condensed,
	.cells-condensed > .cell{ padding-top: 10px; padding-bottom: 10px; font-size: 12px; }
	.cell-hd{  }
    .cell-bd{
		position: relative;
		max-width: 100%;
		-webkit-box-flex: 1;
			-webkit-flex: 1;
					flex: 1;
	}
	.cell-ft{ text-align: right; color: #999; }

/* cell-access */
.cell-access > .cell-ft{ position: relative; padding-right: 25px; }
.cell-access > .cell-ft::after{
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    height: 12px;
    width: 12px;
    border-width: 1.5px 1.5px 0 0;
    border-color: #e5e5e5;
    border-style: solid;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
}

/* download-feature */
.download-feature{ padding: 15px; text-align: center; }
.download-feature-body{}
.download-feature img{ display: block; max-width: 100%; margin: 0 auto; }
.download-feature-item{ padding-bottom: 15px;}
.download-feature-title{ padding: .4rem; }
.download-feature-title h3{ position: relative; line-height: 24px; font-size: 16px; }
.download-feature-title h3 span{ 
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    vertical-align: -6px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: 700;
    background-color: #097eff;
    border-radius: 50%;
}

/* weixin-browser */
.weixin-browser{ 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
    z-index: 999;
	overflow: hidden;
	background-color: rgba(0,0,0,.45);
	background-size: contain;
    display: none;
}
    .weixin-browser .weixin-mask{  }
	.weixin-browser img{ display: block; margin: 0 auto; width: 100%; } 
	.weixin-browser .weixin-guide{ margin: 20px 30px;}
	.weixin-browser .weixin-tips { margin: 30px 10px;}
	.weixin-browser .weixin-tips{ 
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: hidden;
		margin: 20px 50px;
	}
	.weixin-browser .weixin-tips-appdown{ margin-bottom: 0; bottom: -20px; }
	.weixin-browser .weixin-tips-appdown img{ margin-top: -60px; }

/* modal-qrcode */
.modal-qrcode{ width: 300px; bottom: auto; top: 50%; margin: -150px 0 0 -170px; }
.modal-qrcode .qrcode-body{ text-align: center; padding: 20px; } 
.modal-qrcode .qrcode-body h5{ font-size: 16px; color: #666; } 
.modal-qrcode .qrcode-body img{ display: block; width: 100%; } 

/* iosbody */
.iosbody{
    background: url(../images/bg.png) center 0 no-repeat #0a9ef9;
    background-size: cover;
    background-attachment: fixed;
}
    .iosbody .content{ max-width: 768px; margin: auto; }
    .iosbody .panel{ position: relative; margin: 15px; background-color: rgba(255,255,255,.9); border-radius: 6px; }
    .iosbody .panel-body{ padding: 20px; } 
    .iosbody .notice-panel{ background-color: rgba(255,210,217,.9); } 

/* notice-panel */
.notice-panel{ color: #ff3d5d; } 
.notice-panel h5{ font-size: 18px; font-weight: 700; margin-top: -5px; } 

/* ios-log */
.ios-logo{ white-space: nowrap; color: #fff; text-align: center; padding: 15px 15px 0 15px; }
.ios-logo > img{ display: inline-block; vertical-align: middle; max-width: 50%;}
.ios-logo > span{ display: inline-block; vertical-align: middle; font-size: 24px; }
.ios-logo > h3{ opacity: .75; margin-top: 10px; font-size: 16px; }
.iosdesc-group .btn{ margin: 15px 20px 20px 20px; }

/* ios-primary */
.ios-primary{ text-align: center; }
.ios-primary img{ height: 24px; vertical-align: -3px; margin-right: 7px; } 
.ios-primary h2{ 
    display: inline-block;
    text-align: center; 
    color: #fff; 
    padding: 3px 15px 5px 15px;
    font-size: 20px;
    font-weight: 700;
    background: url(../images/down.png) center bottom no-repeat;
    background-size: cover;
    border-radius: 0 0 20px 20px;
}
.ios-primary .ios-price{ padding: 15px 15px 35px 0; font-size: 18px; }
.ios-primary .ios-price strong{ font-size: 72px; font-weight: 400; line-height: 80px; color: #f60; }
.ios-primary .ios-tips + .ios-download{ padding-top: 20px; }
.ios-primary .ios-tips h5{ font-weight: 700; color: #06c; margin-bottom: 10px; }
.ios-primary .ios-tips p{ font-size: 13px; color: #666; text-align: left; }

/* ios-download */
.ios-download{ text-align: center; }
.ios-download .btn{ font-size: 18px; padding: 13px 13px 15px 13px; margin-bottom: 15px; }
.ios-download .btn img{ height: 30px; margin-right: 5px; vertical-align: -7px; }
.ios-download p{ color: rgba(0,0,0,.75); font-size: 13px; }
.ios-download p a{ border: 1px solid; border-radius: 30px; padding: 0 7px; margin: 0 5px; }

/* ios-description */
.ios-description{ text-align: center; }
.ios-description h3{
    display: inline-block;
    text-align: center; 
    color: #06c; 
    font-size: 16px;
    font-weight: 700;
    padding: 15px 0 5px 0;
    border-bottom: 1px dashed #06c;
}
.ios-description .feature-group{ color: #666; padding-bottom: 25px; }
.ios-description .feature-group h5 { color: #097eff; font-size: 22px; }

/* iosdesc-group */
.iosdesc-group li{ position: relative; text-align: left; padding: 5px 0; line-height: 1.2; color: #163e57; }
.iosdesc-group li img{ width: 100%; border-radius: 5px; margin: 15px 0;} 
.iosdesc-group li p{ position: relative; padding-left: 30px; } 
.iosdesc-group li .num{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #11aaf4;
    border-radius: 50%;
}


/* actionsheet */
.actionsheet{
    display: block;
    position: fixed;
	top: 0;
	left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #fff;
    transition: transform .3s, opacity .3s;
	-webkit-backface-visibility: hidden;
    		backface-visibility: hidden;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
}
    .actionsheet.in{
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    /* actionsheet-header */
	.actionsheet-header{
		position: relative;
        font-size: 12px;
        padding: 15px;
		color: #999;
		text-align: center;
    }
		.actionsheet .close::before{ height: 2px; width: 50%; }
		.actionsheet .close::after { height: 50%; width: 2px; }
		.actionsheet .close{
			top: 12px;
			right: 12px;
			width: 24px;
			height: 24px;
            z-index: 99;
            background-color: #ccc;
            border-radius: 50%;
		}
        .actionsheet .close:hover,
        .actionsheet .close:active{ background-color: #ff0065; }
		.actionsheet-header > .btn-back::after{ display: none; }
		.actionsheet-header > .btn-back{
			position: absolute;
			top: 50%;
			left: 0;
			width: .5rem;
			height: .5rem;
			padding: 0;
			font-size: .2rem;
			margin-top: -.25rem;
			color: #666;
			border-radius: 0;
		}
    
/* app */
.app{ max-width: 768px; margin: auto; background-color: #fff; }

/* app-header */
.app-header{ 
    position: relative;
    text-align: center;
    color: #fff;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    background: url(../images/down.png) center bottom no-repeat;
    background-size: cover;
}
    .app-header h2{ font-size: 18px; }
    .app-header .app-back{ color: rgba(255,255,255,.75); position: absolute; left: 0; top: 0; width: 46px; height: 46px; overflow: hidden; }
    .app-header .app-back:active{ opacity: .8; }
    .app-header .app-back .icon-back{ 
        display: block;
        margin: 17px 0 0 19px;
        width: 12px;
        height: 12px;
        border-top: 2px solid;
        border-right: 2px solid;
        -webkit-transform: rotate(-135deg);
                transform: rotate(-135deg);
    }
    .app-header .app-link{ 
        position: absolute;
        top: 0;
        right: 0;
        padding: 0 15px;
        color: rgba(255,255,255,.75);
    }


/* sign-form */
.sign-form{ padding: 10px; }
.sign-form h3{ padding: 30px 0; }
.sign-form h3 img{ display: block; margin: auto; width: 60px; height: 60px; border-radius: 50%; }

/* sign-tips */
.sign-tips{ color: #f60; }

/* sign-tabs */
.sign-tabs{ font-size: 0; white-space: nowrap; border: 1px solid #e5e5e5; border-radius: 100px;}
.sign-tabs > a{ 
    display: inline-block;
    width: 50%;
    line-height: 20px;
    padding: 10px;
    font-size: 15px;
    color: #666;
    text-align: center;
    border-radius: 100px;
} 
    .sign-tabs > a.active{ background-color: #fff; color: #0bb6ee; } 

/* sign-form */
.sign-form .btn{ font-size: 16px; padding: 12px;}
.sign-form .form-group{ margin-top: 20px; position: relative; }
.sign-form .form-control{ font-size: 15px; padding: 12px 20px; border-radius: 100px; }
.sign-form .control-label{ position: absolute; }
.sign-form .control-addon{ position: absolute; right: 20px; top: 0; line-height: 46px; z-index: 5; color: #0bb6ee; }
.sign-form .control-addon:active{ color: #0da1d1; }

/* userinfo */
.userinfo img{ width: 36px; height: 36px; border-radius: 50%; margin-right: 10px; vertical-align: -12px; }
.userinfo{
    padding: 20px;
    overflow: hidden;
    margin: 20px;
    font-size: 16px;
    border-radius: 6px;
    box-shadow: 0 2px 15px rgba(0,0,0,.1);
}

/* usertips */
.usertips h5{ font-size: 18px; margin-bottom: 5px; color: #fff;}
.usertips{
    padding: 20px;
    overflow: hidden;
    margin: 20px;
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    color: rgba(255,255,255,.8); 
    background-color: #ff7c24;
    box-shadow: 0 2px 15px rgba(255,124,36,.53);
}

/* useraction */
.useraction{ margin: 20px; }
.useraction .btn{ font-size: 16px; padding: 12px; }

/* userstep */
.userstep{
    padding: 20px 30px;
    margin: 30px 20px;
    border-radius: 6px;
    border: 1px solid #eee;
}
    .userstep li{ position: relative; padding: 10px 30px; color: #999; }
    .userstep li::before,.userstep li::after{ content: ""; position: absolute; }
    .userstep li::before{ 
        top: 50%;
        left: 0;
        width: 9px;
        height: 9px;
        margin-top: -4px;
        overflow: hidden;
        background-color: #ddd;
        border-radius: 50%;
    }
    .userstep li::after{ 
        top: 0;
        bottom: 0;
        left: 4px;
        width: 1px;
        overflow: hidden;
        background-color: #ddd;
    }
    .userstep li:first-child::after{ top: 50%; }
    .userstep li:last-child::after{ bottom: 50%; }
    .userstep li.active{ color: #f60; }
    .userstep li.active::before,.userstep li.active::after{ background-color: #f60; }

/* app */
.app .ios-description .panel-body{ padding: 20px 0 0 0; }
.app .ios-description{ margin: 20px 20px 0 20px; }
.app .iosdesc-group img{ box-shadow: 0 5px 15px rgba(0,0,0,.1); }

/* iosbuy */
.iosbuy{ padding: 20px 20px 15px 20px; }
.iosbuy-item + .iosbuy-item{ margin-top: 15px; }
.iosbuy-item > h4 .icon{ width: 24px; height: 24px; margin-right: 2px; vertical-align: -6px; }
.iosbuy-group{ font-size: 0; margin: 0 -10px -5px -10px; }
.iosbuy-group > li{ display: inline-block; width: 50%; padding: 10px; position: relative; }
.iosbuy-group > li > .iosbuy-toggle{ 
    position: relative;
    text-align: center;
    padding: 12px;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    border: 2px solid #d3dcdf; 
    border-radius: 6px; 
}
    .iosbuy-group > li > .iosbuy-toggle:hover,
    .iosbuy-group > li > .iosbuy-toggle:active{ border-color: #ff7c24; background-color: #ffeee3; } 
    .iosbuy-group h5{ font-size: 18px; font-weight: 700; line-height: 1; white-space: nowrap; }    
    .iosbuy-group h5 span{ font-size: 18px; font-weight: 700; }    
    .iosbuy-group .icon{ width: 20px; height: 20px; vertical-align: -3px; margin-right: 3px; }    
    .iosbuy-group .price{ font-size: 18px; padding: 5px 18px 5px 0; }
    .iosbuy-group .price strong{ font-size: 32px; }
    .iosbuy-group .oldprice{ font-size: 16px; color: #999; padding-right: 16px; }
    .iosbuy-group .reduced{ 
        display: block;
        margin-top: 4px;
        margin-right: 30px;
        padding: 5px 0;
        font-size: 12px; 
        color: #999; 
        background-color: #ffeee3;
        border-radius: 100px;
    }
    .iosbuy-group > li > .iosbuy-toggle:hover .reduced{ color: #fff; background-color: #ff7c24; }
    .iosbuy-group > li.diamond .reduced{ background-color: #fae5ff; }
    .iosbuy-group > li.diamond > .iosbuy-toggle:hover,
    .iosbuy-group > li.diamond > .iosbuy-toggle:active{ border-color: #ce0bff; background-color: #fae5ff; }
    .iosbuy-group > li.diamond > .iosbuy-toggle:hover .reduced{ background-color: #ce0bff; }
    
    /* iosbuy-tips */
    .iosbuy-tips{ 
        margin-top: 12px;
        padding: 7px 10px;
        overflow: hidden;
        line-height: 1.3;
        color: #ff0054;
        border: 1px dashed #ddd; 
        background-color: #f9f9fa;
        border-radius: 6px; 
    }
    
    /* help */
    .iosbuy-group .help{ 
        position: absolute;
        bottom: 28px;
        right: 22px;
        display: inline-block; 
        width: 20px; 
        height: 20px; 
        line-height: 18px;
        text-align: center;
        overflow: hidden;
        vertical-align: -2px; 
        border: 2px solid;
        border-radius: 50%;
        color: #999;
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
    }

/* order */
.order{}
.order-item{ margin: 10px; padding: 0 20px; border: 1px solid #eee; border-radius: 6px; }
.order-success{ background-color: #effff4; border: 1px solid #c9f3d5; }
.order-error{ background-color: #fff0f0; border: 1px solid #f9d8d8; }
.order-item > .times span { position: absolute; top: 0; right: 0; }
.order-item > .times {
    position: relative;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    color: #666;
    border-bottom: 1px dotted #e5e5e5;
}
.order-item > .primary{ padding: 10px 0; position: relative; line-height: 24px; }
.order-item > .primary h5{ font-size: 15px; }
.order-item > .primary p{ font-size: 12px; color: #999; }
.order-item > .primary .price{ font-size: 22px; position: absolute; top: 10px; right: 0; line-height: 44px; }
.order-nodata{ text-align: center; padding: 30px; color: #666; }

/* iospay */
.iospay{ top: auto; border-radius: 10px 10px 0 0; overflow: hidden; }
.iospay .iospay-price{ color: #f60; position: relative; margin-top: -7px; text-align: center; font-size: 36px; line-height: 1; }
.iospay .iospay-type{text-align: center; padding: 5px 0 16px 0; }
.iospay .iospay-order{ margin: 15px; border: 1px solid #e5e5e5; background-color: #f9fafc; border-radius: 6px; }
.iospay .iospay-order .cell{ padding: 12px 15px; line-height: 1.2; }
.iospay .iospay-order .cell-ft{ color: #333; word-break: break-word; padding-left: 15px; }
.iospay .iospay-order .cell-bd{ color: #666; white-space: nowrap; }
.iospay .paylist{ min-height: 240px; }
.iospay .paylist .cell:first-child::before{ display: block; left: 0; }
.iospay .paylist .cell-hd img{ display: block; width: 36px; height: 36px; margin-right: 15px; }
.iospay .paylist .cell-bd h5{ font-size: 16px; font-weight: 700; }
.iospay .paylist .cell-bd p { font-size: 12px; color: #999; }


.iospay-loading{ text-align: center; padding: 30px; }


@media (min-width: 768px){
    .actionsheet{ max-width: 480px; left: 50%; top: 50%; right: auto; bottom: auto; -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); border-radius: 10px; display: none; }
    .actionsheet.in{ display: block; -webkit-transform: translate(-50%, -50%);  transform: translate(-50%, -50%); }
    .modal-confirm{ width: 480px; left: 50%; top: 50%; right: auto; bottom: auto; -webkit-transform: scale(1.2) translate(-50%, -50%);  transform: scale(1.2) translate(-50%, -50%); }
    .modal-confirm.in{ -webkit-transform: scale(1) translate(-50%, -50%);  transform: scale(1) translate(-50%, -50%);}
    .jumbotron-download > a + a{ margin-left: 30px; }
    .jumbotron-download > a{ display: inline-block; width: 240px; }
    .feature-group > li{ width: 33.33333333%; }
}

@media (max-width: 767px) {
    .brand img{ margin: 0 3px; width: 64px; height: 64px; }
    .modal{ left: 5%; right: 5%; margin: 0; width: auto; }
    .modal-qrcode.in{ top: 50%; left: 10%; right: 10%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
}

@media screen and (max-width: 480px){
    .feature-group > li {
        width: 100%;
        padding: 0;
    }	
} 

@media screen and (max-width: 320px){
	
}



.app{ padding-bottom: 50px; }
.useraction .btn{ margin-bottom: 15px; }
.app-service{ position:fixed; z-index: 10; right: 0; bottom: 50px; padding: 7px; border-radius: 50% 0 0 50%; box-shadow: 0 10px 25px rgba(0,0,0,.3);}
.fixbottom{ position:fixed; z-index: 5; left: 0; right: 0; bottom: 0; text-align: center; font-size: 18px; padding: 20px; font-weight: 700; color: #fff; color: #ff7c24; background-color: #ffddc6; }
.fixbottom.btn-primary{ 
    color: #fff; 
    background-color: #42ec6e;
    background: -webkit-linear-gradient(to right, #42ec6e 0%, #20d071 100%);
    background: linear-gradient(to right,  #42ec6e 0%, #20d071 100%);
    box-shadow: 0 0 10px rgba(32,208,113,.2);
}
.fixbottom.btn-primary:hover,
.fixbottom.btn-primary:active{ color: #fff; background: #20d071; } 
