body {
    font-family: MicrosoftYaHei;
}

.flash-main,
.flash-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.flash-mask {
    background: #000;
    filter: alpha(opacity:70);
    background: rgba(0, 0, 0, 0.7);
}

.flash-cont {
    position: relative;
    width: 895px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    z-index: 10;
    padding: 43px 20px 0 20px;
    font-size: 0;
}
.flash-body {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: url(../images/flash/bg.png) no-repeat top center;
    background-size: 100% auto;
  
}

.flash-cont-box {
    /* display: flex; */
    padding-bottom: 10px;
    box-sizing: border-box;
}

.flash-left {
    display: inline-block;
    width: 220px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    vertical-align: top;
}

.flash-right {
    display: inline-block;
    width: 674px;
    text-align: center;
    vertical-align: top;
}
.flash-text1 {
    text-align: center;
    line-height: 30px;
    margin-bottom:136px;
    font-size: 18px;
}

.flash-text1 span {
    color: #f6d592;
}
.flash-text1-small {
    font-size: 14px;
}

.title1 {
    width: 236px;
    height: 40px;
    background: url(../images/flash/title1.png) no-repeat center right;
}

.title2 {
    width: 192px;
    height: 26px;
    margin-bottom: 10px;
    background: url(../images/flash/title2.png) no-repeat center;
}

.title3 {
    width: 192px;
    height: 26px;
    margin-bottom: 10px;
    background: url(../images/flash/title3.png) no-repeat center;
}

.flash-tips {
    margin: 0 auto;
    width: 149px;
    height: 54px;
    background: url(../images/flash/flash-tips.png) no-repeat center;
    background-size: 100% auto;
}
.flash-step2,
.flash-step3 {
    font-size: 16px;
    color: #f6d592;
    margin-bottom: 13px;
    display: inline-block;
    width: 192px;
    vertical-align: middle;
    position: relative;
    box-sizing: border-box;
    text-align: center;
}
.flash-step1 {
    font-size: 16px;
    vertical-align: middle;
    display: inline-block;
}

.flash-step2 {
    color: #313144;
}

.flash-step3-box {
    width: 100%;
    height: 118px;
    background-color: #4a4a62;
    border-radius: 10px;
    margin-bottom: 4px;
}

.flash-step3-text {
    font-size: 14px;
    color: #f6d592;
    line-height: 18px;
    background-color: #22222d;
    border-radius: 10px;
    margin-bottom: 10px;
}

.flash-step3-text1 {
    height: 60px;
    padding-top: 10px;
    box-sizing: border-box;
}

.flash-step3-text2 {
    height: 40px;
}

.download-button {
    width: 236px;
    height: 94px;
    margin-top: -15px;
    margin-bottom: -15px;
    background: url(../images/flash/btn.png) no-repeat center;
    cursor: pointer;
}

.js-download {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.download-pc {
    background-image: url(../images/flash/download-starter.png);
}

.download-flash {
    display: block;
    margin: 0 auto;
    width: 124px;
    height:36px;
    background: url(../images/flash/btn1.png) no-repeat center;
    cursor: pointer;
}

.download-help {
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
    position: absolute;
    top: 70px;
    right: 25px;
}

.instructions {
    width: 236px;
    position: relative;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    color: #f6d592;
    line-height: 18px;
    padding-left: 18px;
    box-sizing: border-box;
}
.instructions:before {
    content: '';
    height: 18px;
    width: 18px;
    background: url(../images/flash/help.png) no-repeat center;
    position: absolute;
    left: 72px;
    top: 1px;
}

.down-help span {
    position: relative;
}

.down-help span:before {
    content: '';
    height: 18px;
    width: 18px;
    background: url(../images/flash/help.png) no-repeat center;
    position: absolute;
    left: -23px;
    top: 2px;
}

.browser-box {
   display: flex;
   text-align: center;
}

.browser-left,
.browser-right {
    position: relative;
}


.browser-title {
    line-height: 23px;
}


.browser-list a {
    display: block;
    font-size: 12px;
    color: #313144;
}

.browser-list .browser-text {
   text-decoration: underline;
}

.browser-sg {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    background: url(../images/flash/sg.png) no-repeat center;
}

.browser-360 {
    margin: 0 auto;
    width: 47px;
    height: 47px;
    background: url(../images/flash/360js.png) no-repeat center;
}
.browser-list p {
    font-size: 10px;
}

.flash-bottom {
    line-height: 60px;
    font-size: 14px;
    width: 800px;
    margin: 0 auto;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.bottom-text1 {
    font-size: 16px;
    color: #fff600;
}

.bottom-email {
    margin-left: 40px;
    margin-right: 48px;
}
.bottom-qq {
    margin-left: 20px;
}

.flash-help {
    position: absolute;
    width: 75%;
    height: 90%;
    left: 0;
    top: 0;
    overflow: auto;
    background: #333333;
    z-index: 1000;
    padding: 38px 142px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    display: none;
}

.code-img {
    display: inline-block;
    vertical-align:top;
    width: 60px;
    height: 60px;
    background: url(../images/flash/code.png) no-repeat center;
}

.help-close {
    position: absolute;
    right: 65px;
    top: 16px;
    width: 30px;
    height: 30px;
    background: url(../images/flash/close.png) no-repeat top center;
    cursor: pointer;
}

.help-title {
    font-size: 24px;
    margin-bottom: 37px;
}

.help-con {
    text-align: left;
    line-height: 30px;
}

.help-img {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 25px 0;
}