/* css for User Environment Info */
body {
    background-color: #7f7f7f;
}
@font-face {
    font-family: 'iconfont';
    src: url('../envInfo/user_env_ico/iconfont.eot');
    src: url('../envInfo/user_env_ico/iconfont.eot?#iefix') format('embedded-opentype'), url('../envInfo/user_env_ico/iconfont.woff') format('woff'), url('../envInfo/user_env_ico/iconfont.ttf') format('truetype'), url('../envInfo/user_env_ico/iconfont.svg#iconfont') format('svg');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 40px;
    font-style: normal;
    color: #adadad;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0px;
    -moz-osx-font-smoothing: grayscale;
}
.hidden {
    display: none;
}
.show {
    display: block;
}
body {
    width: 100%;
    margin: 0px;
    overflow: hidden;
    background-color: #efefef;
    font-family: "Microsoft YaHei"
}
.user-env-info-panel {
    position: relative;
    width: 890px;
    height: 546px;
    margin: 5% auto;
    border: 1px solid #ccc;
    box-shadow: 5px 5px #ccc;
    background-color: white;
    border-radius: 20px;
}
.close {
    position: absolute;
    top: 18px;
    right: 18px;
    /*width: 18px;
    height: 18px;*/
    cursor: pointer;
    overflow: hidden;
}
/*.close img {
    width: 100%;
    height: 100%;
}*/
.close_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0)
}
.close_dialog .dialog_overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}
.close_dialog .dialog {
    width: 400px;
    height: 180px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -110px;
    margin-left: -200px;
    background-color: white;
}
.close_dialog .dialog_header {
    height: 40px;
    line-height: 40px;
    background-color: #efefef;
    border-bottom: 1px solid #c7c7c7;
    position: relative;
}
.close_dialog .dialog_header .header_close {
    width: 18px;
    height: 18px;
    position: absolute;
    top:11px;
    right: 20px;
    cursor: pointer;
}
.close_dialog .dialog_header span {
    font-size: 14px;
    color: #333;
    padding-left: 20px;
}
.close_dialog .dialog_header .header_close img {
    vertical-align: top;
}
.close_dialog .dialog_content {
    padding: 25px 60px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding-bottom: 7px;
}
.close_dialog .checkbox-con {
    padding-left: 60px;
    font-size: 12px;
    color: #666;
}
.close_dialog .checkbox-con label {
    cursor: pointer;

}
.close_dialog .checkbox-con label input {
    margin: 0;
    vertical-align: text-bottom;
    cursor: pointer;
}
.close_dialog .dialog_btn {
    text-align: center;
    font-size: 0px;
    margin-top: 20px;
}
.close_dialog .dialog_btn span {
    display: inline-block;
    height: 30px;
    padding: 5px 20px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    background-color: #49b86f;
    border-radius: 5px;
}
.close_dialog .dialog_btn .sure {
    margin-right: 30px;
}
.user_env_info_header {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    background-color: #efefef;
    border-bottom: 1px solid #c7c7c7;
}
.user_env_info_header span {
    float: left;
    height: 30px;
    margin-left: 15px;
}
.user_env_info_header i {
    float: right;
    height: 18px;
    width: 18px;
    margin-right: 15px;
    margin-top: 7px;
    background: url('../envInfo/close.png') no-repeat 0 0;
    font-style: normal;
    cursor: pointer;
    opacity: .9;

}
.user-env-info-items {
    height: 70px;
    padding: 0 112px;
    margin-top: 47px;
    margin-bottom: 28px;
    overflow: hidden;
    margin-left: 67px;
}
.user-env-info-items .item {
    position: relative;
    width: 110px;
    float: left;
    height: 40px;
    font-size: 14px;
    color: #ccc;
    font-weight: bold;
    margin-right: 8px;
    margin-bottom: 0;
}
.user-env-info-items .active {
    /*color: #2187e0;*/
    color: #12C307;
}
.user-env-info-items .browser {
    /*width: 80px;*/
}
.user-env-info-items .item .items {
    position: absolute;
    text-align: center;
    width: 120px;
    top: 45px;
    right: -38px;
    margin-top: 3px;
}
.user-env-info-items .progress-line {
    float:left;
    width: 55px;
    height: 2px;
    margin-right: 12px;
    margin-top: 25px;
    /*background-color: #c9eaff;*/
    background-color: #BDBDBD;
}
.user-env-info-items .progress-line2 {
    float:left;
    width: 55px;
    height: 2px;
    margin-right: 12px;
    margin-top: 25px;
    /*background-color: #c9eaff;*/
    background-color: #BDBDBD;
}
.user-env-info-items .progress-line:last-of-type {
    margin-right: 0;
}
/*.user-env-info-items .progressing span {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top:15px;
    !*background: url("../envInfo/Pending.png") no-repeat 0 0;*!
    background: url("../envInfo/Undetected.png") no-repeat 0 0;
    background-size: 90% 90%;
}*/
.user-env-info-items .active .progress-line {
    /*background-color: #2187e0;*/
    background-color: #12C307;
}
.user-env-info-items .active .progressing span {
    /*background: url("../envInfo/progressing.png") no-repeat 0 0;*/
    background: url("../envInfo/right.png") no-repeat 0 0;
    background-size: 90% 90%;
    margin-top: 15px;
}
.user-env-info-items .error .progressing span{
    background: url("../envInfo/error.png") no-repeat 0 0;
    background-size: 90% 90%;
    margin-top: 15px;
}
.user-env-info-panel .line-type-sides {
    width: 55px;

}
.user-env-info-container {
    position: absolute;
    top: 214px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    font-size: 12px;
}
.set-container-width {
}
.reset-container-width {
    width: 610px;
}
.adjustPosition {
    position: static;
    left: 0;
    top: 0;
    width: 890px;
    min-height: 326px;
    margin-left: auto;
    margin-right: auto;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
}
.user-env-info-content {
    min-height: 230px;
    overflow: hidden;
}
.user-env-info-error {
    min-height: 230px;
    overflow: hidden;
}
.mic_access {
    position: absolute;
    right: -295px;
    top: 0px;
}
.user-env-info-container .picture, .mic_access .picture {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
.user-env-info-container .picture img, .mic_access .picture img {
    width: 18px;
    height: 18px;
}
.user-env-info-container .text, .mic_access .text{
    /*padding-left: 26px;*/
    text-align: center
}
.reset-container-width .text, .mic_access .text {
    text-align: left;
}
.user-env-info-container .text h4,  .mic_access .text h4{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
    color: #333;
    margin-top: 1px;
    line-height: 30px;
}
.mic_next_step {
    display: inline-block;
    width: 80px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: white;
    background-color: #299be4;
    line-height: 30px;
    margin-top: 120px;
    cursor: pointer;
}
.user-env-info-container h3 {
    font-size: 18px;
    color: #333;
}
.user-env-info-container .text p,  .mic_access .text p{
    margin-top: 25px;
    text-align: center;
    color: #333;
}
.mic_access .text p {
    font-size: 12px;
}
.user-env-info-container .text .cookies-dialog {
    color: #2187e0;
    text-decoration: underline;
    cursor: pointer;
}
.unsupported-tips {
    font-size: 18px;
    color: rgba(35, 31, 31, 0.7);
    font-weight: bold;
    padding-left: 60px;
    padding-right: 60px;
}
.user-env-info-container .flash-info,  .user-env-info-container .two-col{
    width:700px;
    margin-top: -60px;
}
.user-env-info-container .flash-check-result, .user-env-info-container .two-col-left {
    float:left;
    width: 400px;
    height:326px;
    box-sizing: border-box;
    /* border-right: 1px solid black; */
}
.user-env-info-container .flash-check-result {
    /* height: 237px; */
    position: relative;
    padding-left: 0;
    padding-top: 0px;
    text-align: right;
}
.user-env-info-container .two-col-left {
    padding-top: 18px;
    box-sizing: border-box;
    position: relative;
}
.user-env-info-container .flash-tips p {
    font-size: 14px;
    color: #333;
    text-align: center;
}
.user-env-info-container .flash-tips h4 {
    font-size: 14px;
    margin: 0;
    margin-top: 1px;
    text-align: center;
    color: #333;
}
.user-env-info-container .flash-tips .tips-button {
    position: absolute;
    bottom: 195px;
    width: 80px;
    height: 30px;
    background-color: #299be4;
    font-size: 14px;
    color: white;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    margin-left: 112px;
}
.user-env-info-container .flash-tips, .user-env-info-container .two-col-right {
    width:300px;
    /* height: 237px; */
    padding-top: 18px;
    box-sizing: border-box;
    float: left;
}
.user-env-info-container .flash-tips {
    padding-top: 20px;
}
.user-env-info-container .flash-tips small{
    margin: 20px 0 20px 38px;
    display: block;
    color: red;
    font-size: 12px;
}
.user-env-info-container .flash-tips .flash_warn {
    margin-top: 53px;
}
.user-env-info-container .two-col-right {
    position: relative;
}
.user-env-info-container .flash-check-result .flash-installed {
    overflow: hidden;
    padding-left: 80px;
}
.user-env-info-container .flash-check-result .flash-uninstalled {
    display: inline-block;
    height: 219px;
}
.user-env-info-container .flash-check-result .flash-disabled {
    display: inline-block;
}
.user-env-info-container .flash-check-result .flash_overlay {
    position: absolute;
    width: 410px;
    height: 290px;
    top: 13px;
    right: -5px;
    background-color: #000;
    filter: alpha(opacity=0);
	opacity: 0;
}
.user-env-info-panel .menu_{
    width: 200px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 30px, rgba(0, 0, 0, 0.23) 0px 6px 10px;
    position: fixed;
}
.user-env-info-container .microphone-tips {
    position: absolute;
    top: 203px;
    font-weight: bold;
    color: black;
    font-size: 13px;
}
.user-env-info-container .microphone-tips-left {
    /* left: 40px; */
    width: 100%;
    text-align: center;
}
.user-env-info-container .microphone-tips-right {
    left: 50px;
}
/* .user-env-info-panel .pop {
    width: 444px;
    height: 300px;
    position: absolute;
    top: 110px;
    left: 0;
} */
.user-env-info-panel .containerInner {
    width: 220px;
    height: 140px;
    /* position: absolute;
    top: 0px;
    left: 0;
    margin-left: -110px; */
}
.user-env-info-panel .containerInner .aiMediaDialog {
    left: 95px;
    top: 18px;
}
.containerInner #playerUFO, .containerInner #recorderUFO, .containerInner #player,  .containerInner #recorder{
    top: 35px;
    left: 50px;
}
.mic_noaccess {
    position: absolute;
    right: -390px;
    top: 0;
}
.no-mic-device {
    position: absolute;
    width: 370px;
    right: -405px;
    top: 0;
}
.no-mic-device .micError1 {
    margin-bottom: 23px;
}
.no-mic-device .micError2 {
    margin-bottom: 37px;
}
.no-mic-device .micError1 img, .no-mic-device .micError2 img {
    float: left;
    width: 16px;
    height: 16px;
}
.no-mic-device .micError1 p, .no-mic-device .micError2 p{
    margin: 0;
    padding-left: 26px;
    color: #333;
    font-size: 14px;
}
.no-mic-device .cum-type img {
    height: 130px;
    width: 130px;
}
.no-mic-device .desktop {
    margin-right: 30px;
    margin-left: 35px;
}

.cookies-dialog-container {
    width: 358px;
    height: 234px;
    position: absolute;
    right: -70px;
    top: -10px;
    background-color: white;
    border: 1px solid #ccd0d6;
    box-shadow: 0 4px 23px 5px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0,0,0,0.15);
}
.cookies-dialog-container h4 {
    margin-left: 9px;
    margin-top: 2px;
    font-size: 14.4px;
    font-weight: normal;
}
.cookie-items {
    width: 100%;
    height: 147px;
    padding-left: 8px;
}
.cookie-items h5 {
    font-size: 14.4px;
    margin-bottom: 8px;
    margin-top: 25px;
}
.cookie-items .cookie-item {
    padding-left: 12px;
    height: 27px;
    clear: both;
    font-size: 12px;
}
.cookie-items .emphasis {
    width: 183px;
    height: 22px;
    padding-top: 5px;
    padding-left: 8px;
    margin-bottom: 5px;
    border: 4px solid #fe2605;
    border-radius: 5px;
}
.cookie-item .cookie-item-left {
    float: left;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #ededed;
    border: 1px solid #b0b0b0;
}
.cookie-item .cookie-item-left span {
    display: inline-block;
    width: 7px;
    height: 7px;
    background-color: #b0b0b0;
    border-radius: 50%;
}
.cookie-items .cookie-item p {
    float: left;
    padding: 0;
    margin: 0;
}
.cookie-items .exception {
    margin-top: -20px;
}
.cookie-items .exception .cookie-item-left {
    width: 13px;
    height: 13px;
    border-radius: 0;
    border: 1px solid #b3b3b3;
    background-color: #ededed;
}
.cookie-items .setting-buttons {
    margin-top: -15px;
    padding-left: 12px; 
}
.cookie-items .setting-buttons button {
    height: 22px;
    padding-right: 10px;
    padding-left: 10px;
    padding: 1px 10px;
    cursor: text;
    border: 1px solid #b2b2b2;
}
.user-env-info-container .error h4 {
    color: #ff3800;
}
.user-env-info-error {
    overflow: hidden;
}
.browser-recommend, .download-flash {
    text-align: center;
}
.browser-recommend .chrome-icon {
    width: 70px;
    height: 70px;
}
.browser-recommend .download, .download-flash .download-link {
    display: inline-block;
    text-decoration: none;
}
.browser-recommend .download img, .download-flash .download-link img {
    border: none;
}
.browser-recommend .download p, .download-flash .download-link p {
    margin: 0;
    margin-top: 5px;
}
.browser-recommend .download .version,  .download-flash .download-link .adobe{
    color: #389BE4;
}
.browser-recommend .download .browser-downtip {
    margin-top: 50px;
    font-size: 16px;
}
.user-env-info-container .text .xp-browser-downtip {
    margin-top: 35px;
    font-size: 16px;
}
.browser-recommened .typeChrome {
    float: left;
    margin-right: 20px;
}
.browser-recommened .typeFirefox {
    float: left;
}
.browser-recommened a {
    color: #2187e0;
    margin-left: 5px;
}
.browser-recommened p {
    color: #999;
}
.cookies-error .cookies-dialog {
    text-decoration: underline;
    color: #2187e0;
}
.user-env-info-pass {
    overflow: hidden;
}
#container {
    background: #eee;
    width: 800px;
    min-height: 600px;
    margin: 0 auto;
    text-align: left;
}
/*.user-env-info-btn {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    !* margin-left: -30px; *!
}*/
.relocate {
    left: 75%;
}
.reposition {
    width: 235px;
    left: 71%;
    bottom: 238px;
    margin-left: 37px;
}
/* .reposition .recheck {
    left: 110px;
} */
.reposition .flash_tips {
    left: 110px;
    width: 125px;
}
.re_locate {
    left: 25%;
}
.user-env-info-btn span {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: #299be4;
    cursor: pointer;
}
.two-btn, .chrome-two-btn {
    width: 190px;
    margin-left: 35px;
}

.user-env-info-btn .recheck-speed {
    width: 120px;
}
.two-btn .nextStep, .chrome-two-btn .recheck{
    left: 110px;
}
.two-btns {
    width: 215px;
}
.two-btns .beginEnjoy {
    left: 135px;
}
.btn-browser-error {
    margin-left: 17px;
}
.user-env-info-panel .tape-test {
    position: absolute;
    top: 150px;
    left: 80px;
}
.containerInner {
    position: relative;
}
.containerInner .content {
    clear: both;
    font-size: 14px;
    font-family: 'Arial, Microsoft YaHei, Segoe UI, Tahoma, Verdana, sans-serif';
}
.containerInner .content .recordDirections {
    float: right;
}
.containerInner .content .recordDirections p {
    display: none;
}
.containerInner .content .recordScore {
    float: left;
    margin-right: 20px;
    display: none;
}
.recordScore .aiPanel i {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-style: normal;
}
.content .recordScore .phone tr td:firt-type-of {
    passing-left: 1px;
}
.aiPanel  .changeWordButton {
    top: 0;
    left: 155px;
}
.tape-test .aiMediaDialogClosed .dialogTitle, .tape-test .aiMediaDialogClosed .dialogInfo {
	display: block;
}
.tape-test .aiMediaDialog {
	border: none;
}
.tape-test .aiMediaDialog .dialogBody {
    width:220px;
    height:140px;
}
.tape-test .aiMediaDialog .dialogButton {
	display: none;
}
.tape-test .aiMediaDialog .dialogInfo {
	padding-left: 0;
}
.tape-test .aiMediaDialog .dialogInfo .attention {
	margin: 0;
    font-size: 14px;
    margin-left: -50px;
    margin-top: 33px;
    margin-bottom: 20px;
}
.tape-test .aiMediaDialog .dialogInfo ul {
	padding-left: 10px;
	font-size: 14px;
}
.tape-test .aiMediaDialog .dialogInfo ul li {
	list-style: none;
}
.tape-test .aiMediaDialog .dialogBody #recorder {
    left: 0;
    top: -127px;
    margin-right: 20px;
}
.containerInner .aiMediaDialogOverlay {
    width: 444px;
    height: 350px;
}
.aiPanel button {
    outline: none;
}
.containerInner .aiMediaDialog {
    z-index: 0;
}
.aiMediaDialogClosed .dialogBody #recorder {
    left: 0;
    top: 0;
}
.containerInner .aiMediaDialogClosed .dialogInfo {
    display: block;
    margin-top: 195px; 
}
.aiMediaDialog .dialogInfo .dialogButton .okButton {
    display: none;
}
pre {
    background: #fff;
    border: 1px solid #000;
    padding: 10px 20px;
}
.flash-setting {
    width: 100%;
    text-align: center;
    font-size: 14px;
}
.flash-setting h3 {
    margin: 0;
}
.flash-setting h3 span {
	font-weight: normal;
}
.record-setting {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 14px;
}
.record-setting p {
    font-size: 12px;
    color: #333;
    margin-top:28px;
    margin-bottom: 0;
    font-weight: bold;
}
.record-setting h3 {
    margin: 0;
}
.record-setting h3 span {
	font-weight: normal;
}
.record-setting .onrecording {
    position: relative;
    width: 50px;
    height: 50px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
    padding-left: 2px;
}
.record-setting .onrecording button {
    border: none;
    background: transparent;
    outline: none;
    cursor: pointer;
}
button::-moz-focus-inner {
   border:none;
   outline: none;
}
.record-setting .onrecording canvas {
    position: absolute;
    top: 5px;
    left: 5px;
    left: 7px\0;
    top: 3px\0;
    z-index: -1;
}
@-moz-document url-prefix() {
    .record-setting .onrecording canvas {
         top: 3px;
         left: 7px;
     }
}
@media all and (-ms-high-contrast:none) {
     .record-setting .onrecording canvas {
          top: 3px;
          left: 7px;
      }
     *::-ms-backdrop, .record-setting .onrecording canvas {
          top: 3px;
          left: 7px;
     }
}
.record-setting .onrecording button:hover {
    color: #2187e0;
}
.record-setting .onrecording .onactive {
    pointer: auto;
    color: #2187e0;
}
.user-backgo{
    position: absolute;
    top: 252px;
    cursor: pointer;
}
.user-backgo .nextStep i{
    font-size: 50px;
    position: absolute;
    left: 810px;
    color: #49b86f;
    /*font-weight: bold;*/
}
.user-backgo .nextStep i:hover{
    color: #26A99B;
    transition: all 0.5s ease 0s;
}
.user-backgo .lastStep i{
    font-size: 50px;
    position: absolute;
    left: 30px;
    color: #49b86f;
    /*font-weight: bold;*/
}
.user-backgo .lastStep i:hover{
    color: #26A99B;
    transition: all 0.5s ease 0s;
}
.close .icon{
    font-size: 20px;
}
.close .icon:hover{
    font-size: 20px;
    color: #49b86f;
}
.flash-refresh{
    position: relative;
    top: 45px;
    left: 42px;
}
.flash-refresh small{
    font-size: 12px;
}
.flash-refresh .icon{
    font-size: 20px;
    color: #2e8ded;
    cursor: pointer;
}
.flash-chrome{
    position: relative;
    top: 66px;
    left: 42px;
}
.flash-chrome small{
    font-size: 12px;
    line-height: 20px;
}
.flash-chrome small a{
    color: #299BE4;
}
.user-env-info-container .voice-text{
    width: 475px;
}
.user-env-info-container .voice-text h4 {
    font-size: 14px;
    margin: 10px 0;
    display: block;
    text-align: center;
    color: #333;
}
.user-env-info-container .prompt{
    margin-top: -40px;
    text-align: center;
}
.voice-content audio{
    margin: 30px auto 0;
    display: block;
}
.voice-btn{
    margin-top: 40px;
}
/*.voice-btn .voice-ok {
    float: left;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: #299be4;
    cursor: pointer;
    margin-left: 130px;
}
.voice-btn .voice-no {
    float: right;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-size: 14px;
    background-color: #299be4;
    cursor: pointer;
    margin-right: 130px;
}*/
/*.box{
    width: 50px;
    height: 55px;
    display: inline-block;
    background-color: #ffffff;
    margin-left: 377px;
    margin-top: -80px;
    position: relative;
}*/
@-moz-document url-prefix() { audio {width: 269px} }
@media screen and (-webkit-min-device-pixel-ratio:0) { audio {width: 300px} }
.wenhao{
    font-size: 35px;
}
.duihao .icon{
    font-size: 30px !important;
    color: #49b86f;
    margin-top: 8px;
    margin-left: 5px;
    display: inline-block;
}
.wenhao .icon{
    font-size: 30px !important;
    color: #A6A6A6;
    margin-top: 8px;
    margin-left: 5px;
    display: inline-block;
}
.cuohao .icon{
    font-size: 30px !important;
    color: red;
    margin-top: 8px;
    margin-left: 5px;
    display: inline-block;
}
.user-env-info-btn .recheck{
    padding: 5px 10px;
    border-radius:5px ;
    background-color: #459AEF;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: 45%;
    top: 59%;
}
.user-env-info-btn .recheck:hover{
    background-color: #3B8DDF;
    transition: all 0.5s ease 0s;
}
.user-env-info-btn .play_properly{
    padding: 5px 10px;
    border-radius:5px ;
    background-color: #49b86f;
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    left: 60%;
    top: 48%;
}
.user-env-info-btn .play_properly:hover{
    background-color: #26A99B;
    transition: all 0.5s ease 0s;
}
.user-env-info-btn .flash_tips{
    padding: 5px 10px;
    border-radius:5px ;
    background-color: #459AEF;
    color: #ffffff;
    font-size: 15px;
    position: absolute;
    left: 72%;
    top: 48%;
}
.user-env-info-btn .flash_tips:hover{
    background-color: #3B8DDF;
    transition: all 0.5s ease 0s;
}
.voice-btn .voice-ok{
    padding: 10px 28px;
    border-radius: 5px;
    background-color: #49b86f;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: 50%;
    top: 75%;
    cursor: pointer;
}
.voice-btn .voice-ok:hover{
    background-color: #26A99B;
    transition: all 0.5s ease 0s;
}
.voice-btn .voice-no{
    padding: 10px 28px;
    border-radius: 5px;
    background-color: #459AEF;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    left: 21%;
    top: 75%;
    cursor: pointer;
}
.voice-btn .voice-no:hover{
    background-color: #3B8DDF;
    transition: all 0.5s ease 0s;
}
.ok-content{
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
    top: 320px;
    background-color: #F7F7F7;
}
.ok{
    padding: 10px 40px;
    border-radius:5px ;
    background-color: #49B86F;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.ok:hover{
    background-color: #26A99B;
    transition: all 0.5s ease 0s;
}
.ok-content .icon{
    color: #ffffff;
}
.xiaolian{
    font-size: 50px !important;
    color: #49b86f;
    margin-bottom: 20px;
    display: block;
}
.kulian{
    font-size: 50px !important;
    margin-bottom: 20px;
    display: block;
    margin-top: -20px;
}
.dialog_content{
    text-align: center;
}
.tishi{
    font-size: 12px;
}
.xiazai{
    padding: 5px 10px;
    background-color: #49b86f;
    border-radius: 5px;
    color: #ffffff;
    text-decoration: none;
}
.prompt small{
    color: red;
    font-size: 12px;
}
.voice-ok{
    font-size: 15px;
}
.voice-no{
    font-size: 15px;
}
.final{
    background-color: #49B86F;
    border-radius: 5px;
    color: #ffffff;
    padding: 5px 20px;
    text-align: center;
}
/*.voice-content audio{
    width: 65px !important;
}*/
/*audio::-internal-media-controls-download-button {display:none;}
audio::-webkit-media-controls {overflow: hidden !important}
audio::-webkit-media-controls-enclosure {width: calc(100%);}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .box {
        width: 50px;
        height: 55px;
        display: inline-block;
        background-color: #ffffff;
        margin-left: 364px;
        margin-top: -80px;
        position: relative;
    }
}
@media screen and (-webkit-min-device-pixel-ratio: 0){
    audio {
        width: 350px;
    }
}*/
