﻿html, body, p, a, img {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: MicrosoftYaHei,"微软雅黑";
    font-size: 1em;
    min-width: 320px;
    background-color: #111D42;
    height: 100%;
}

img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

.logo {
    width: auto;
    margin: 0 auto;
}

    .logo p {
        text-align: center;
        /*background-color :#111D42;*/
        color: #efefef;
        font-size: 1.2em;
        font-weight: 600;
        padding: 0.7em 0;
    }



/*html, body {
    height: 100%;
}*/

.wrap {
    height: 100%;
}

.intro {
    width: 100%;
    height: 65px;
    /*height:26%;*/
}

.btn_box {
    width: 100%;
}

    .btn_box .context {
        width: 80%;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

#ISdown {
    width: 80%;
    height: 45px;
    background-image: url(/images/homepage/download.png);
    /*padding: 3% 6%;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    text-align: center;
    /*border: 1px solid #003377;*/
    overflow: hidden;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    #ISdown p {
        padding: 0.68em 0;
        color: #efefef;
        font-size: 1.05em;
        font-weight: 500;
    }

.left-logo {
    width: 30%;
    float: left;
}

    .left-logo img {
        padding-top: 25%;
        max-width: 70%;
        max-height: 70%;
    }

.right-down {
    width: 70%;
    float: right;
}

    .right-down p {
        padding-top: 0.45rem;
        padding-bottom: .3rem;
        font-size: 1em;
        color: #fff;
        font-weight: 100;
    }

    .right-down img {
        /*height :90%;*/
        width: 90%;
    }

.url-index {
    width: 100%;
    padding-top: .75rem;
    /*float :left ;*/
}

    .url-index p {
        font-family: SimSun;
        width: 60%;
        margin: 0 auto;
        font-size: 1em;
        margin-top: 0.2em;
        color: #fff;
        font-weight: 100;
        /*border-top: 1px solid #4800ff;*/
    }

    .url-index a {
        color: #fff;
        border-bottom: 1px solid #fff;
    }


.mask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoginBox {
    position: absolute;
    left: 5%;
    top: 40%;
    background: white;
    width: 90%;
    height: auto;
    border: 3px solid #444;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

.row1 {
    background: #f7f7f7;
    padding: 0px 1.25em;
    line-height: 3.125em;
    height: 3.125em;
    font-weight: bold;
    color: #666;
    font-size: 1.25em;
}

.row {
    height: 3em;
    line-height: 3em;
    padding: 0 1em;
    margin-bottom: 0.25em;
    font-family: 华文楷体;
    font-size: 1em;
}

.close_btn {
    font-family: arial;
    font-size: 1.875em;
    font-weight: 700;
    color: #999;
    text-decoration: none;
    float: right;
    padding-right: 0.25em;
}

.inputBox { /*height:2em;line-height:1.9em;border:1px solid #c3c3c3;*/
    padding: 0.1em; /*border-radius:5px;*/
    margin-left: 0.25em;
}

#txtName { /*font-size :1em; width:40%;border:none;*/
    font-size: 1em;
    font-family: "微软雅黑";
    border: 1px solid #cccccc;
    vertical-align: middle;
    width: 7em;
    height: 1.3em;
    Vertical-align: middle;
    margin-right: 0.6em;
    border-radius: 0.5em;
}
/*#loginbtn{color:White;background:#4490f7;width:4em;height:1.6em;font-size:1.2em;text-decoration:none;border-radius:5px;opacity:0.8;filter:alpha(opacity=80);}*/
#example {
    width: auto;
    height: 45px;
    background-image: url(/images/homepage/neice.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.warning {
    float: right;
    color: Red;
    text-decoration: none;
    font-size: 1.25em;
    font-weight: bold;
    margin-right: 1.25em;
    display: none;
}

#loginbtn {
    width: 4.8em;
    height: 1.6em;
    font-size: 1.0em;
    color: White;
    background: #4490f7;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.home {
    left: 0;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    width: 60px;
    border-bottom: none;
    margin: auto;
    padding: 0.95em 0;
}

    .home img {
        width: 36%;
    }

#demo {
    width: auto;
    height: 45px;
    background-image: url(/images/homepage/demo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.width_ts {
    width: 47%;
}

.url {
    color: #efefef;
    text-decoration: underline;
    font-size: 1.1em;
}

.vitem {
    width: auto;
    height: 60px;
    background-image: url(/images/vitem.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 15px;
    text-align: center;
    overflow: hidden;
}

    .vitem p {
        padding: 0.85em 0;
        color: #efefef;
        font-size: 1.2em;
        font-weight: 500;
    }

    .privacy-container{
        width:100%;        
        text-align: center;
        color:#efefef;
        margin-bottom: 35px;

    }

    .privacy-container .privacy-content{
        width: 80%;
        margin: auto;
    }

    .privacy-content p,
    .privacy-content h3{
        text-align: left;       
    }

    .privacy-content h3{
        font-size: 1em;
        font-weight: 600;
    }

    .privacy-content p{
        font-size: 0.8em;
        text-indent: 2em;
        line-height: 1.5em;
    }

.dis {
    display:none !important;
}
#info_div {
    color: white;
    font-size: 14px;
    margin: 10px auto;
    width: 80%
}