﻿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;}
input::-webkit-input-placeholder{ color: #999; }
input:focus::-webkit-input-placeholder{ color: #ccc; }
textarea::-webkit-input-placeholder{ color: #999; }
textarea:focus::-webkit-input-placeholder{ color: #ccc;}
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,.row:after,.row:before{ display:table;content:" ";}
.clearfix:after,.container-fluid:after,.container:after,.form-group:after,.row: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;
}
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: #000048;
    font-size: 14px;
    line-height: 1.5;
    font-family: proximanova,-apple-system,BlinkMacSystemFont,segoe ui,Roboto,helvetica neue,Helvetica,Arial,noto sans,sans-serif,apple color emoji,segoe ui emoji,segoe ui symbol,noto color emoji;
	
    min-height: 100%;    
	min-width: 320px;
	background-color: #fff;
}
body.owl{ overflow: hidden; }
a{ color: #000048; text-decoration: none; transition: color .3s, background-color .3s; }
a:hover{ color: #000048; 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%; }

/* text-color */
.text-light  { color: #999;}
.text-muted  { color: #777;}
.text-primary{ color: #ff5c38!important; }
.text-success{ color: #19cf86!important; }
.text-info   { color: #007dfe!important; }
.text-warning{ color: #ff9000!important; }
.text-danger { color: #f76260!important; }
.text-red    { color: #f76260!important; }
.text-green  { color: #19cf86!important; }
.text-blue   { color: #3988ff!important; }
.text-center { text-align: center; }
.text-right  { text-align: right; }
.text-left   { text-align: left; }

/* 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+ 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: 24px;
    line-height: 24px;
    padding-left: 24px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
    input[type="radio"].iradio:disabled + .iradio-text::before,
    input[type="radio"].iradio:enabled + .iradio-text::before{
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        width: 24px;
        height: 24px;
        margin-top: -12px;
        overflow: hidden;
        border-radius: 50%;
        transition: .3s;		
    }
    input[type="radio"].iradio:disabled + .iradio-text::after,
    input[type="radio"].iradio:enabled + .iradio-text::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 7px;
        z-index: 3;
        width: 12px;
        height: 8px;
        margin-top: -5px;
		margin-left: -1px;
        overflow: hidden;
		border-bottom: 2px solid;
		border-left: 2px solid;
		-webkit-transform: rotate(-45deg);
				transform: rotate(-45deg);
        opacity: 0;
        transition: .3s;
    }
        input[type="radio"].iradio:enabled + .iradio-text:hover{ color: #fff; }
        input[type="radio"].iradio:enabled + .iradio-text:hover::before{ border-color: #fff; }
        input[type="radio"].iradio:enabled + .iradio-text:hover::after{ opacity: 1; }
        input[type="radio"].iradio:enabled:checked + .iradio-text{ color: #ffc758; }
        input[type="radio"].iradio:enabled:checked + .iradio-text::before{ background-color: rgba(0,0,0,.2); }
        input[type="radio"].iradio:enabled:checked + .iradio-text::after{ opacity: 1; border-color: #ffc758; }
        input[type="radio"].iradio:enabled:checked + .iradio-text:hover::before{  }
        
        input[type="radio"].iradio:disabled + .iradio-text{ cursor: default; opacity: .4; }
        input[type="radio"].iradio:disabled + .iradio-text::before{ cursor: not-allowed; }
        input[type="radio"].iradio:disabled + .iradio-text::after { cursor: not-allowed; }
        input[type="radio"].iradio:disabled:checked + .iradio-text{ color: #ffc758; opacity: .3; }
        input[type="radio"].iradio:disabled:checked + .iradio-text::before{ border-color: #ffc758; opacity: .5; }
        input[type="radio"].iradio:disabled:checked + .iradio-text::after{ opacity: .6; border-color: #ffc758;}

/* form-control */
.form-control{
    display: block;
    width: 100%;   
    padding: 10px 15px;
    vertical-align: middle;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    border: 0 none;
    transition: border linear .2s, box-shadow linear .2s;  
    border-radius: 10px;
    background-color: #f8f7fc;
}
    .input-lg{ height: 42px; font-size: 16px; padding: 10px 13px; }
    .input-sm{ height: 30px; font-size: 13px; padding: 4px 8px; }
    .form-control:hover{ }
    .form-control:focus{ color: #000048; }
    .form-control-error{ border-color: #f76260; }
    .form-control-succeed{ border-color: #0cc741; }

    .form-control[readonly]{ opacity: .5;  }
    .form-control[disabled],
    .form-control.disabled{ opacity: .5; cursor: not-allowed; }
     textarea.form-control{ line-height: 1.5; overflow-y: auto; overflow-x: hidden;  }
     select.form-control{ color: #ccc; } 

/* btn */
.btn{
    display: inline-block;
    padding: 15px 25px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    color: #000048;
    border: 0 none;
    background-color: transparent;
    border-radius: 10px;
    transition: .3s;
}    
    .btn:hover{ text-decoration: none; background-color: rgba(255,255,255,.2); }
    .btn:active{ background-color: rgba(255,255,255,.2); }

    .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: #000048; background-color: #fdd005; }
	.btn-primary:hover,
	.btn-primary:active{ background-color: #fdd72c; }

    .btn-white{ color: #000048; background-color: #fff; }
	.btn-white:hover,
	.btn-white:active{ background-color: #fff; }


	.btn-default{ color: #fff; background-color: transparent; border: 2px solid rgba(255,255,255,.5); }
	.btn-default:hover,
	.btn-default:active{ color: #fff; background-color: rgba(255,255,255,.2); }


/* form-group */
.form-group + .form-group{ margin-top: 20px; }
.form-group{ position: relative; }

/* 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;
    opacity: 0;
    transition: opacity .3s;
    background-color: rgba(0,0,0,.2);
    -webkit-backdrop-filter: blur(5px);
    		backdrop-filter: blur(5px);
}
    .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: translate(-50%,-50%) rotate(45deg);
				transform: translate(-50%,-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: 50%;
	left: 50%;
    z-index: -1;
	opacity: 0;
    pointer-events: none;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0,0,0, .2);
    transition: transform .3s, opacity .3s;
	-webkit-backface-visibility: hidden;
    		backface-visibility: hidden;
    -webkit-transform: translate(-50%,-50%) scale(1.2);
        	transform: translate(-50%,-50%) scale(1.2);
}
    .modal.in{
		opacity: 1;
        z-index: 1000;
        pointer-events: auto;
        -webkit-backface-visibility: visible;
    		    backface-visibility: visible;
		-webkit-transform: translate(-50%,-50%) scale(1);
        		transform: translate(-50%,-50%) scale(1);
    }
    .modal-close{
		position: absolute;
		left: 50%;
		bottom: -50px;
		z-index: 9;
		width: 40px;
		height: 40px;
        margin-left: -20px;
        border: 1px solid #fff;
        background-color: rgba(0,0,0,.2);
	}
	.modal-close::before{ height: 2px; }
	.modal-close::after { width: 2px; }
	.modal-body{ }
    .modal-header h2{ font-size: 16px; font-weight: 700; }
	.modal-header{
		position: relative;
		text-align: center;
		font-size: 16px;
		color: #000048;
		padding: 15px;
		font-weight: 700;
		border-bottom: 1px solid #e5e4e9;
		line-height: 1.428571428571429;
        border-radius: 10px 10px 0 0;
	}

/* modal-confirm */
.modal-confirm{
    top: 50%;
    left: 10%;
    right: 10%;
    margin: auto;
    bottom: auto;
    transition: .3s;
	width: 80%; 
    max-width: 360px; 
    padding: 40px 30px; 
    text-align: center; 
    -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; }
.confirm-icon{ 
    display: block;
    margin: auto;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    background-color: #46e6ac;
}
    .confirm-icon::before{        
        content: "";
        display: block;
        margin: auto;
        width: 36px;
        height: 18px;
        margin-top: 19px;
        border-left: 5px solid #fff;
        border-bottom: 5px solid #fff;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
    }
    .confirm-text{ padding-top: 10px; padding-bottom: 20px; }
    .confirm-text h5{ font-size: 22px; padding: 10px 0; }
    .confirm-action .btn{ padding: 10px 50px; }


/* modal-loading */
.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: rgba(0,0,0,.75);
    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: 24px; 
        display: block; 
        width: 16px; 
        height: 16px; 
    } 


/* 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(124,176,214,.1);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
	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; }

/* visible-phone */
.visible-phone{ display: none!important; }
.hidden-phone{ display: block!important; }
@media (max-width: 768px){
    .visible-phone{ display: block!important; }
    .hidden-phone{ display: none!important; }
}

/* caret */
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    transition: .25s;
}

/* dropdown-menu */
.dropdown-menu{
	position: absolute;
    top: 100%;
	z-index: 99;
    font-size: 14px;
	pointer-events: none;
    background-color: #fff;
    border-radius: 0 0 5px 5px;    
    border-top: 1px solid rgba(111,111,111,.1);
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
	display: none;
    transition: .3s;
}
	.open .dropdown-menu,
    .dropdown-menu.in{ pointer-events: auto; display: block; }
	

/* container */
.container{    
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

/* header */
.header{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 30;
    height: 64px;
	background-color: #fff;
    box-shadow: 0 0 1px rgba(111,111,111,.5);
}
    .header .logo{ float: left; padding: 16px 0;}
    .header .logo img{ display: block; height: 32px; }
    .header .title{ position: absolute; height: 54px; line-height: 54px; top: 0; font-size: 18px; font-weight: 700; left: 80px; right: 84px; text-align: center;  overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
    .header .btn-back{ width: 54px; height: 54px; float: left; border: 0 none; background-color: transparent; }
    .header .btn-back .back{ display: inline-block; width: 14px; height: 14px; border-top: 1.5px solid #000048; border-left: 1.5px solid #000048; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);  }
	.header .language{ float: right; position: relative; }
    .header .language > a{ position: relative; z-index: 32; display: block; line-height: 32px; padding: 16px 0; }
    .header .language > a .caret{ margin-left: 5px; }
    .header .language > a span{ display: inline-block; vertical-align: middle; }
    .header .language > a img{ height: 24px; vertical-align: middle; margin-right: 5px; }
    .header .language .dropdown-menu{ z-index: 30; width: 160px; right: 0; margin-top: -2px; padding: 15px; overflow-x: hidden; overflow-y: auto; } 
    .header .language .dropdown-menu a{ display: block; padding: 10px 15px; font-size: 16px; }
    .header .language:hover .dropdown-menu{ pointer-events: auto; display: block; }
    .header .language:hover:before,
    .header .language:hover:after{
        content: "";
		position: absolute;
        z-index: 33;
   	    left: 50%;
		display: block;
		width: 0;
		height: 0;
		line-height: 0;
		font-size: 0;
		overflow: hidden;
        margin-left: -5px;
		border-style: dashed dashed solid;
   	    border-width: 0 10px 10px 10px;
	}
		.header .language:hover:after { bottom: 1px; border-color: transparent transparent #ffffff; }
		.header .language:hover:before{ bottom: 2px; border-color: transparent transparent #e5e5e5; }
    
    /* header */
    .header .toggle-category{ float: right; position: relative; width: 44px; height: 54px; overflow: hidden; padding-right: 8px; }
    .header .toggle-category .bar,
    .header .toggle-category .bar::before,
    .header .toggle-category .bar::after{
        content: "";
        position: relative;
        display: block;
        width: 20px;
        height: 2px;
        margin: auto;
        border-radius: 10px;
        background-color: #000048;
        transition: .3s;
        -webkit-transform-origin: 0 0;
                transform-origin: 0 0;
    } 
    .header .toggle-category .bar{ margin-top: 26px; } 
    .header .toggle-category .bar::before{ top: -7px; } 
    .header .toggle-category .bar::after { bottom: -5px; } 
    .header .toggle-category.owl .bar{ background-color: transparent; } 
    .header .toggle-category.owl .bar::before{ -webkit-transform: rotate(45deg); transform: rotate(45deg) translate(1px, -2px); } 
    .header .toggle-category.owl .bar::after { -webkit-transform: rotate(-45deg); transform: rotate(-45deg) translate(1px, 0px); } 


/* footer */
.footer{ padding: 25px 0; color: #000048; background-color: #fdd005; }
.footer-category{ padding: 15px 0 25px 0; }
.footer-category-menu{ float: left; font-size: 0; }
.footer-category-menu > li{ display: inline-block; vertical-align: middle; margin-right: 50px; line-height: 24px; padding: 20px 0; }
.footer-category-menu > li > a{ font-size: 16px; }
.footer-category-menu > li > a:hover{ text-decoration: underline; }
.footer-category-down{ float: right; font-size: 0; }
.footer-category-down > a + a{ margin-left: 15px; }
.footer-category-down > a{ display: inline-block; min-width: 180px; overflow: hidden; white-space: nowrap; text-align: left; padding: 12px 25px; line-height: 20px; color: #fff; background-color: #000048; border-radius: 5px; }
.footer-category-down > a img{ display: inline-block; height: 36px; vertical-align: middle; }
.footer-category-down > a span{ display: inline-block; vertical-align: middle; margin-left: 15px; font-size: 14px; }
.footer-category-down > a strong{ display: block; font-size: 16px; }
.footer-note{ color: rgba(0,0,72,.75); border-top: 1px solid rgba(255,255,255,.3); line-height: 24px; padding: 20px 0; }
.footer-note-copyright{ float: left; }
.footer-note-media{ float: right; }
.footer-note-media a{ margin-left: 5px; opacity: .75; }
.footer-note-media a:hover{ opacity: 1; }
.footer-note-media img{ height: 24px; vertical-align: middle; }

/* content */
.content{ padding-top: 64px; }

/* jumbotron */
.jumbotron{
    text-align: center;
    color: #000048;
    background: url(../images/banner.jpg) center center no-repeat #fdd005;
    background-size: cover;
    padding: 180px 0;
}
    .jumbotron .brand{ display: block; height: 96px; margin: auto; margin-bottom: 40px; }
    .jumbotron h1{ font-size: 96px; font-weight: 700; }
    .jumbotron h2{ font-size: 36px; }
    .jumbotron .download{ padding-top: 80px; font-size: 0; }
    .jumbotron .download .btn + .btn{ margin-left: 30px; }
    .jumbotron .download .btn{ position: relative; font-size: 20px; padding: 20px 30px; }
    .jumbotron .download .btn img{ height: 36px; vertical-align: middle; }
    .jumbotron .download .btn span{ display: inline-block; height: 36px; line-height: 36px; vertical-align: middle; padding: 0 5px 0 15px; font-weight: 700; }
    .jumbotron .download .btn-primary{ min-width: 220px; }
    .jumbotron .download .btn-default{ padding-top: 18px; padding-bottom: 18px; }
    .jumbotron .download .btn .step{ 
        position: absolute;
        top: -13px;
        left: 50%;
        font-size: 16px;
        font-weight: 700;
        padding: 3px 10px;
        font-style: normal;
        color: #fff;
        background-color: #f00;
        border-radius: 50px;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    .jumbotron .download .btn-group{ display: inline-block; vertical-align: top; }
    .jumbotron .download .btn-group + .btn-group{ margin-left: 30px; }
    .jumbotron .download .btn-group p{ font-size: 16px; padding: 10px 0; font-weight: 700; }

/* content-title */
.content-title{ text-align: center; color: #000048; background-color: #fdd005; padding: 50px 0 55px 0; }
.content-title h2{ font-size: 54px; font-weight: 700; }
.content-title p{ font-size: 20px; color: rgba(0,0,72,.75); }

/* features */
.features{ padding: 10px 0; position: relative; }
.features .container{ max-width: 900px; }
.features-radius{
    position: absolute;
    top: -60px;
    left: 0;
    z-index: 10;
    height: 60px;
    width: 100%;
    overflow: hidden;
}   
    .features-radius .radius-pr{ position: relative; height: 100% }
    .features-radius .radius-block{
        position: absolute;
        bottom: -80px;
        left: 50%;       
        width: 130%;
        height: 600%;
        border: 80px solid #fff;
        border-radius: 96%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
    }

/* features-item */
.features-item-right{ background-color: #fffae6; }
.features-item{ padding: 80px 0 100px 0; }
.features-item .img{ float: left; height: 280px; margin-right: 80px; }
.features-item-right .img{ float: right; margin: 0 0 0 80px; }
.features-item .intro{ overflow: hidden; padding-top: 50px; }
.features-item .intro p { font-size: 16px; line-height: 2; color: #666; }
.features-item .intro p img{ height: 60px; padding: 16px 20px; margin: 15px 10px 0 0; border: 1px solid rgba(0,0,0,.05); background-color: #fff; border-radius: 10px; }
.features-item .intro h3{ font-size: 36px; position: relative; padding-bottom: 30px; margin-bottom: 28px; }
.features-item .intro h3:after{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 6px;
    background-color: #ffa601;
    border-radius: 3px;
}


/* faq */
.faq{ padding: 50px 0; }
.faq-item + .faq-item{ margin-top: 20px; }
.faq-item{ 
    padding: 24px 30px;
    cursor: pointer;
    border: 1px solid #eee; 
    border-radius: 5px;
    transition: .3s;
}
    .faq-item:hover,.faq-item:active{ box-shadow: 0 3px 7px rgba(111,111,111,.05); }
    .faq-item .desc{ margin-top: 15px; color: #666; font-size: 16px; display: none; }
    .faq-item .desc p + p{ margin-top: 7px; }
    .faq-item h5{ position: relative; line-height: 30px; font-size: 22px; padding-right: 24px; }
    .faq-item h5:after{
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        display: block;
        width: 10px; 
        height: 10px; 
        transition: .3s;
        margin-top: -8px;
        border-bottom: 1.5px solid #000048; 
        border-left: 1.5px solid #000048; 
        -webkit-transform: rotate(-45deg); 
                transform: rotate(-45deg); 
    }
    .faq-item h5.active:after{
        -webkit-transform: rotate(135deg); 
                transform: rotate(135deg); 
    }

/* article */
.article{ padding: 50px 0; }
.article h3{ font-size: 24px; margin-top: 32px; margin-bottom: 16px; }
.article p{ font-size: 16px; color: #383c43; margin-bottom: 24px; }

/* contactus */
.contactus{ padding: 80px 0; }
.contactus .btn-primary{ min-width: 200px; float: right; }

/* uploadimg */
.uploadimg{ float: left; font-size: 0; max-width: 920px; }
.uploadimg-list{ display: inline; }
.uploadimg-list > li,
.uploadimg-file{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    vertical-align: top;
    overflow: hidden;
    margin: 0 15px 15px 0;
    border: 1px solid #eeeeee;
    background-color: #fff;
    border-radius: 10px;
}
    .uploadimg-list .close{
        position: absolute; 
        top: 5px;
        right: 5px;
        z-index: 3;
        width: 32px;
        height: 32px;
        cursor: pointer;
        border-radius: 50%;
        background-color: rgba(0,0,72,.3);
    }
    .uploadimg-list img{ position: relative; display: block; max-width: 100%; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
    .uploadimg-file{ background-color: #f8f7fc; }
    .uploadimg-file:before,
    .uploadimg-file:after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        overflow: hidden;
        background-color: #ccc;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
    }
    .uploadimg-file:before{ width: 50%; height: 1px; }
    .uploadimg-file:after { width: 1px; height: 50%; }
    .uploadimg-file input {
        position: absolute;
        right: 0;
        top: 0;
        opacity: 0;
        cursor: pointer;
        display: block;
        width: 1000px;
        height: 1000px;
    }

/* kiki-former */
.kiki-former{ margin: auto; max-width: 640px; }
.kiki-former .control-label{ float: left; width: 120px; line-height: 40px; }
.kiki-former .input-area{ margin-left: 120px; }
.kiki-former .form-btn{ margin-left: 120px; margin-right: 120px; }

@media (max-width: 1000px){
    .footer{ text-align: center; }
    .footer-category{ padding-top: 0; }
    .footer-category-menu,.footer-category-down{ float: none; }
}
@media (max-width: 768px){
    .content{ padding-top: 54px; }
    .container{ padding: 0 15px; }
    .header{ height: 54px; }
    .header .container{ padding: 0; }
    .header .logo{ padding: 15px;}
    .header .logo img{ height: 24px; }
    .header .language{}
    .header .language > a{ line-height: 24px; padding: 15px 0; }
    .header .language > a img{ display: block; margin: 0 5px; }
    .header .language:hover .dropdown-menu{ display: none; }
    .header .language:hover:before,.header .language:hover:after{ display: none; }
    .header .language .dropdown-menu{ 
        display: block!important;
        position: fixed;
        width: 100%; 
        top: 54px;
        left: 0;
        bottom: 0;
        margin-top: 0; 
        border-radius: 0;
        box-shadow: none;
        transition: transform .4s, opacity .4s;
         -webkit-transform: translate(100%, 0);
                 transform: translate(100%, 0);
    }    
    .header .language .dropdown-menu.in{ 
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }     
    .footer{ background-color: #fffae6; }
    .footer-note{ border-top: 0 none; padding: 0; }
    .footer-note-copyright,.footer-note-media{ float: none; }
    .footer-note-media{ padding-top: 10px; }
    .footer-note-media a{ margin: 0 5px; }
    .footer-category{
        position: fixed;
        z-index: 28;
        width: 100%; 
        top: 54px;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        background-color: #fff;
        transition: transform .4s, opacity .4s;
         -webkit-transform: translate(100%, 0);
                 transform: translate(100%, 0);
    }
    .footer-category.in{ -webkit-transform: translate(0, 0); transform: translate(0, 0); }
    .footer-category-menu{ text-align: left; padding-bottom: 5px; }
    .footer-category-menu > li{ width: 100%; margin: 0; padding: 0; border-bottom: 1px solid #eee; }
    .footer-category-menu > li > a{ position: relative; display: block; font-size: 16px; padding: 15px 30px; color: #000048; }
    .footer-category-menu > li > a:hover,
    .footer-category-menu > li > a:active{ background-color: #f9f9f9; text-decoration: none; color: #000048; }
    .footer-category-menu > li > a::after{ 
        content: "";
        position: absolute;
        display: inline-block; 
        top: 50%;
        right: 30px;
        width: 10px; 
        height: 10px; 
        border-top: 1px solid #666; 
        border-right: 1px solid #666; 
        -webkit-transform: rotate(45deg) translateY(-50%); 
                transform: rotate(45deg) translateY(-50%);
    }
    .footer-category-down > a { display: block; color: #fff; margin: 15px 20px 0 20px!important; background-color: #000048; }
    .jumbotron{ padding: 90px 0; }
    .jumbotron h1{ font-size: 36px; }
    .jumbotron h2{ font-size: 22px; margin-top: 15px; }
    .jumbotron .download{ padding-top: 60px; }
    .jumbotron .download .btn{ display: block; margin: auto; width: 320px; max-width: 80%; padding: 15px 0; }
    .jumbotron .download .btn div{ margin: auto; width: 154px; text-align: left; }
    .jumbotron .download .btn-default{ padding: 13px 0; }
    .jumbotron .download .btn + .btn{ margin-left: auto; margin-top: 30px; }
    .jumbotron .download .btn-group{ width: 320px; max-width: 80%; }
    .jumbotron .download .btn-group .btn{ width: 100%; max-width: 100%; }
    .jumbotron .download .btn-group .btn div{ width: auto; text-align: center; }
    .jumbotron .download .btn-group + .btn-group{ margin-left: auto; margin-top: 30px; }
    .jumbotron .download .btn-group p{ font-size: 14px; padding: 10px 0 0 0; }    
    .jumbotron-ios{ padding: 60px 0; }    
    .jumbotron-ios .download{ padding-top: 45px; }
    .content-title{ padding: 20px 0 25px 0; }
    .content-title h2{ font-size: 24px; font-weight: 700; }
    .content-title p{ font-size: 14px; }
    .faq{ padding: 15px 0; }
    .faq-item + .faq-item{ margin-top: 10px; }
    .faq-item{ padding: 13px 15px; }
    .faq-item .desc{ margin-top: 10px; font-size: 14px; }
    .faq-item .desc p + p{ margin-top: 7px; }
    .faq-item h5{ line-height: 20px; font-size: 16px; }
    .faq-item h5:after{ margin-top: -8px; width: 8px; height: 8px; border-width: 0 0 1px 1px; }
    .article{ padding: 20px 0; }
    .article h3{ font-size: 20px; margin-top: 24px; margin-bottom: 5px; }
    .article p{ font-size: 15px; margin-bottom: 16px; }
    .contactus{ padding: 20px 0 100px 0; }
    .contactus .btn-primary{ min-width: 100%; float: none; }
    .uploadimg{ float: none; max-width: auto; padding-bottom: 10px; margin-right: -10px; }
    .uploadimg-list{ display: inline; }
    .uploadimg-list > li,
    .uploadimg-file{ width: 78px; height: 78px; line-height: 78px; margin: 0 10px 10px 0; }
    .uploadimg-list .close{ width: 24px; height: 24px; }
    .features-radius .radius-block{ width: 200%; }
    .features-item{ padding: 70px 10px; }
    .features-item .img{ display: block; float: none; max-width: 80%; margin: auto; height: auto;}
    .features-item .intro{ text-align: center; padding-top: 30px; }
    .features-item .intro p { font-size: 14px;}
    .features-item .intro p + p{ padding-top: 20px; }
    .features-item .intro p img{ height: 44px; padding: 12px; margin: 5px; }
    .features-item .intro h3{ font-size: 24px; padding-bottom: 16px; margin-bottom: 16px; }
    .features-item .intro h3:after{ width: 24px; height: 4px; left: 50%; margin-left: -12px; }    
    
    .kiki-former{ max-width: 100%; }
    .kiki-former .control-label{ display: block; float: none; width: auto; line-height: 20px; margin-bottom: 10px; }
    .kiki-former .input-area{ margin-left: 0; }
    .kiki-former .form-btn{ margin-left: 0; margin-right: 0; }
}

@media (max-width: 321px){
    .jumbotron{ padding: 70px 0; }
    .jumbotron h1{ font-size: 32px; }
    .jumbotron h2{ font-size: 18px; margin-top: 10px; }
    .jumbotron .download{ padding-top: 40px; }
}


