@import "font.css";
@import "skybase.css";
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    /*background-image: url('../../images/bg1.png');*/
    background-color: #EAEAEA;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -o-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family: Arial;
}

table {
    width: 95%;
    height: 100%;
    border: none;
    border-collapse: collapse;
    margin: 0 auto;
}

img {
    border: none;
    max-width: 100%;
}

select {
    height: 30px;
    line-height: 29px;
    font-size: 16px;
    color: #295ab4; /*  line-height: normal;     -webkit-appearance:none;   -moz-appearance:none;   -o-appearance:none;     -ms-appearance:none;*/
}

input {
    font-size: 16px;
}

    input[type="text"], input[type="password"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        color: Black;
        background-color: #fff;
        padding: 0 5px;
        border: 1px solid #9A9A9A;
        box-shadow: inset 0px 1px 0px rgba(229,229,229,1);
        -webkit-box-shadow: inset 0px 1px 0px rgba(229,229,229,1);
        -moz-box-shadow: inset 0px 1px 0px rgba(229,229,229,1);
        -o-box-shadow: inset 0px 1px 0px rgba(229,229,229,1);
        -ms-box-shadow: inset 0px 1px 0px rgba(229,229,229,1);
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -o-border-radius: 8px;
        -ms-border-radius: 8px;
    }

    input:disabled {
        color: #9A9A9A !important;
    }

a {
    outline: none;
    color: #295ab4;
    text-decoration: none;
}





.showDiv {
    display: block;
}

.hiddenDiv {
    display: none;
}

.showInlineDiv {
    display: inline-block;
}

#mircromsg_download {
    padding-left: 20px;
    padding-top: 10px;
}


.mircromsg {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

    .mircromsg .tipimg {
        float: right;
        width: 87px;
        margin: 0 30px 0 0;
        
    }

.sharemiddle{
    text-align:  center;
    width: 80%;
    padding: 0 10%;
    height: 100%;
    position: relative;
    background: #fff
}
.sharemiddle .smPart1{
    height: 20%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;

}
.sharemiddle .smPart2{
    height: 30%;
    width: 100%;
 
}
.sharemiddle .smPart3{
    height: 30%;
    width: 100%;

}
.sharemiddle .smPart4{
    text-align: left;
    height: 20%;
    width: 100%;
        display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.color_c{
    color:#929292;
}
.mt_20px{
    margin-top: 20px;
}
.smPart1 p{
    color:#929292;

}
.smPart2 p,.smPart3 p{
    font-size: 18px;
    font-weight: 900;
}
.ootn{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #f79c41;
    border-radius: 50%;
    color: #fff;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px;
}

#micromsg_android{
    height:100Vh;
    width:100vw;
    position: relative;
}
#micromsg_ios{
        height:100Vh;
    width:100vw;
    position: relative;
}

.newDemo{
    width: 100vw;
    height: 100vh;
    background:#fff ;
    position: relative;
}
.newDemo .tophalf{
	width: 100%;
	height: 58%;
	background-size: 100%;
	position: relative;
}
.newDemo.sc .tophalf{
    background:#fff url(../images/sc.jpg) bottom no-repeat;
	background-size: 100%;
	position: relative;
}
.newDemo.tc .tophalf{
    background:#fff url(../images/tc.jpg) bottom no-repeat;
	background-size: 100%;
	position: relative;
}
.newDemo.en .tophalf{
    background:#fff url(../images/en.jpg) bottom no-repeat;
	background-size: 100%;
	position: relative;
}
.newDemo .tophalf h1{
    font-size: 0.533333333333rem;
    margin-top:0.053333333333rem;
}
.h1logo{
    position: relative;
    margin-left: 1.333333333333rem;
    top: 7%;

}
.newDemo .bottomhalf{
    width: 100%;
    height: 42%;
    text-align: center;
}
.newDemo .bottomhalf > a{
    width: 6.933333333333rem;
    color: #fff;
    font-size: 0.533333333333rem;
    margin: 0 auto;
    margin-bottom: 1.6rem;
    top: 0.4rem;
    position: relative;
    height: 1.226666666667rem;
    line-height: 1.226666666667rem;
    background-image: linear-gradient(-135deg, #55B6F5 0%, #5B7BEB 100%);
    border-radius: 0.213333333333rem;
}

.newDemo .bottomhalf > a.style2{
    width: 6.77333333333rem;
    color: #5B7BEB;
    font-size: 0.533333333333rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    top: 0.4rem;
    position: relative;
    height: 1.12rem;
    line-height: 1.226666666667rem;
    background: #fff;
	border: solid 2px #5B7BEB;
    border-radius: 0.213333333333rem;
}

.newDemo .bottomhalf p{
    margin-bottom:0.266666666667rem;
    color: #565656;
    font-size: 0.426666666667rem;
}
.smallapp{
    background: #EEE;
    border-radius: 0.106666666667rem;
    font-size: 0.32rem;
    color: #383838;
    height:0.533333333333rem;
    text-align: center;
    line-height: 0.533333333333rem;
    padding:0 0.106666666667rem;
    margin-left: 0.266666666667rem;
    margin-top:0.106666666667rem;
}

/*responsive*/
@media only screen and (max-width:320px) {
    div.line {
        background: transparent;
        border-top: 1px solid #CACACA;
    }
	
}
@media only screen and (max-height:568px) {
	.newDemo .tophalf{
		width: 100%;
		height: 59%;
		background-size: 100%;
		position: relative;
	}
	.newDemo .bottomhalf{
	    width: 100%;
	    height: 41%;
	    text-align: center;
	}
	
}

@media only screen and (min-height: 567px) and (max-height: 736px) {
	.newDemo .tophalf{
		width: 100%;
		height: 60%;
		background-size: 100%;
		position: relative;
	}
	.newDemo .bottomhalf{
	    width: 100%;
	    height: 40%;
	    text-align: center;
	}
}
@media only screen and (min-height: 737px) and (max-height: 1000px) {
	.newDemo .tophalf{
		width: 100%;
		height: 55%;
		background-size: 100%;
		position: relative;
	}
	.newDemo .bottomhalf{
	    width: 100%;
	    height: 45%;
	    text-align: center;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    /*iphone4 only*/
    .titleBar {
        background-size: auto 44px;
        -webkit-background-size: auto 44px;
        -moz-background-size: auto 44px;
        background: url('../../images/titlebar@2x.png') repeat-x;
    }
}