body {
    margin: 0;
    font-size: 12px;
    min-width: 1200px;
    overflow-x: auto;
    font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
}

a {
    color: white;
}

.topdiv {
    background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
    height: 462px;
    position: relative;
}

.topdiv .leftdiv {
    position: absolute;
    padding: 2px 5px 0px 10px;
    line-height: 5em;
    font-weight: bold;
    color: white;
}

.topdiv .leftdiv img {
    display: inline-block;
    vertical-align: middle;
    height: 5em;
}

.topdiv .leftdiv .big {
    font-size: 4em;
    vertical-align: middle;
    padding: 0px 15px 0px 5px;
}

.topdiv .leftdiv span {
    font-size: 2em;
    vertical-align: middle;
}

.topdiv .rightdiv {
    color: white;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 5px;
    right: 20px;
}

.topdiv .rightdiv div {
    display: inline-block;
    text-align: center;
    padding: 5px 10px 0px 0px;
}

.topdiv .rightdiv img {
    height: 2em;
}

.centerdiv {
    width: 100%;
    text-align: center;
}

.centerdiv .tbdiv {
    padding-top: 100px;
    width: auto;
    display: inline-block;
}

.centerdiv .tbdiv table {
    max-width: 1200px;
}

.centerdiv .tbdiv table td {
    text-align: left;
}

.centerdiv .package {
    width: 300px;
}

.centerdiv .ver {
    color: white;
    font-size: 1.5em;
}

.centerdiv .ver .big {
    padding-right: 15px;
    font-size: 3em;
    font-weight: bold;
}

.centerdiv .info {
    padding: 15px 0px 15px 0px;
    color: rgba(255, 255, 255, 0.647058823529412);
    font-size: 1.3em;
}

.centerdiv .broswer {
    padding: 40px 0px 10px 0px;
    color: rgba(255, 255, 255, 0.647058823529412);
    font-size: 1em;
}

.centerdiv .btndiv {}

.centerdiv .btndiv .btn {
    color: white;
    font-size: 1.5em;
    background-color: rgb(102, 153, 0);
    padding: 5px 15px 7px 15px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: bottom;
    display: inline-block;
}

.centerdiv .btndiv a {
    margin-left: 20px;
    display: inline-block;
    vertical-align: bottom;
    color: white;
    font-size: 1.5em;
    cursor: pointer;
}

.content {
    width: 100%;
    text-align: center;
}

.content .gn {
    padding: 10px 15px 10px 15px;
    width: 200px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.content .gn .icondiv {
    margin-top: 50px;
    display: inline-block;
}

.content .gn img {
    vertical-align: middle;
    width: 100px;
    height: 100px;
}

.content .gn .title {
    font-weight: bold;
    margin-top: 20px;
    font-size: 2em;
    color: #3973CE;
}

.content .gn .text {
    text-align: left;
    color: rgba(102, 102, 102, 0.647058823529412);
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 40px;
}

.popuplayer {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 10000px;
    height: 10000px;
    background-color: rgb(47, 79, 79);
    opacity: 0.607843;
    z-index: 1004;
}

.popupdiv {
    display: none;
    position: fixed;
    left: 0px;
    top: 200px;
    z-index: 1005;
    width: 100%;
    text-align: center;
}

.popupdiv .popupcontent {
    background: white;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid lightgray;
}

.popupdiv .title {
    color: rgba(0, 0, 0, 0.647058823529412);
    font-weight: bold;
    padding-left: 20px;
    line-height: 50px;
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1.2em;
    border-bottom: 1px solid lightgrey;
}

.popupdiv .title .close {
    position: absolute;
    top: 0px;
    right: 40px;
}

.popupdiv .title .close img {
    width: 1em;
    height: 1em;
    cursor: pointer;
}

.popupdiv .content table {
    padding: 30px 80px 30px 40px;
}

.popupdiv .content .img1 {
    width: 130px;
    padding-right: 20px;
}

.popupdiv .content .remark {
    font-weight: bold;
    font-size: 1.5em;
}

.popupdiv .content .img2 {
    padding-top: 20px;
    height: 100px;
}

.copyright {
	text-align: center;
    line-height: 32px;
    background: #f9f9f9;
}