
/*  版本弹窗  */
.version{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;z-index: 1001;-moz-opacity: 0.8;opacity: 0.50;filter: alpha(opacity=80);display: none}
.version_body{width: 60%;height: 80%;background-color: #fff;z-index: 1002;position: fixed;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;/*padding: 30px 40px;*/box-sizing: border-box;display: none;}
.version_body h3{font-size: 18px;font-weight: normal;margin-bottom: 20px;color:  #333;}
.version_body .btns{position: absolute;width: 100%;text-align: center;bottom: 0;left: 0;padding: 20px 0;border-top:1px solid #ddd;background-color: #fff;}
.version_body .btns a{display:inline-block;font-size: 16px;width: 100px;height: 40px;line-height: 40px;background-color: #165DD8;border-radius: 3px;border: 1px solid #007ccc;color: #fff}
.version_body .btns a.cancel{background-color: #fff;color: #007ccc;margin-left: 20px;}




/*  版本弹窗  */
.message{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;z-index: 1001;-moz-opacity: 0.8;opacity: 0.50;filter: alpha(opacity=80);display: none}
.message_body{width: 60%;height: 80%;background-color: #fff;z-index: 1002;position: fixed;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding: 30px 40px;box-sizing: border-box;display: none;}
.message_body h3{font-size: 18px;font-weight: normal;margin-bottom: 20px;color:  #333;}
.message_body .message_textarea{font-size: 14px;height: 80%;overflow-y: auto;background-color: #f7f7f7;padding: 20px;color:  #333;}
.message_body .message_textarea h3{text-align: center;margin: 10px 0;font-weight: bold;font-size: 24px;}
.message_body .message_textarea p{text-indent: 2em;line-height: 32px;}
.message_body .btns{position: absolute;width: 100%;text-align: center;bottom: 0;left: 0;padding: 20px 0;border-top:1px solid #ddd;background-color: #fff;}
.message_body .btns a{display:inline-block;font-size: 16px;width: 100px;height: 40px;line-height: 40px;background-color: #007ccc;border-radius: 3px;border: 1px solid #007ccc;color: #fff}
.message_body .btns a.cancel{background-color: #fff;color: #007ccc;margin-left: 20px;}


/*  行为规范弹窗  */
.message_standard{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: black;z-index: 1001;-moz-opacity: 0.8;opacity: 0.50;filter: alpha(opacity=80);display: none}
.message_standard_body{width: 60%;height: 80%;background-color: #fff;z-index: 1002;position: fixed;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;padding: 30px 40px;box-sizing: border-box;display: none;}
.message_standard_body h3{font-size: 18px;font-weight: normal;margin-bottom: 20px;color:  #333;}
.message_standard_body .message_standard_textarea{font-size: 14px;height: 80%;overflow-y: auto;background-color: #f7f7f7;padding: 20px;color:  #333;}
.message_standard_body .message_standard_textarea h3{text-align: center;margin: 10px 0;font-weight: bold;font-size: 24px;}
.message_standard_body .message_standard_textarea p{text-indent: 2em;line-height: 32px;}
.message_standard_body .btns{position: absolute;width: 100%;text-align: center;bottom: 0;left: 0;padding: 20px 0;border-top:1px solid #ddd;background-color: #fff;}
.message_standard_body .btns a{display:inline-block;font-size: 16px;width: 100px;height: 40px;line-height: 40px;background-color: #007ccc;border-radius: 3px;border: 1px solid #007ccc;color: #fff}
.message_standard_body .btns a.cancel{background-color: #fff;color: #007ccc;margin-left: 20px;}

/*  新版本弹窗  */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box
}
ul,ol {
    padding-left: 20px;
}
body{
    background-color: #eee;
}
.new_dialog{
    width: 800px;
    height: 644px;
}
.new_dialog .backdrop{
    overflow: hidden;
    width: 800px;
    height: 200px;
    background: url(/webdocs/ebidding/images/backdrop.png) no-repeat;
    position: relative;
}
.new_dialog .logo{
    width: 274px;
    height: 40px;
    position: absolute;
    top: 19px;
    left: 18px;
}
.new_dialog .logo img{
    width: 274px;
    height: 80px;

}
.new_dialog .backdrop .text1{
    font-size: 34px;
    color: #fff;
    margin-top: 95px;
    margin-left: 65px;
}
.new_dialog .backdrop .text2{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    margin-left: 65px;
}
.new_dialog .backdrop .close{
    color: #fff;
    font-size: 20px;
    position: absolute;
    right: 16px;
    top: 6px;
    cursor: pointer;
}
.new_dialog .new_dialog_content{
    background-color: #fff;
    padding: 27px 0 0 34px;
}
.new_dialog .new_dialog_content .info {
    overflow-y: auto;
    height: 350px;
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
::-webkit-scrollbar-thumb {
    background-color: #E5E3E3;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}
.new_dialog .new_dialog_content ul li,
.new_dialog .new_dialog_content ol li {
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
    color: #6E7789;
    line-height: 26px;
}
.new_dialog .new_dialog_content ul li p,
.new_dialog .new_dialog_content ol li p {
    font-size: 14px;
    color: #6E7789;
    list-style-type: none;
    line-height: 26px;
}
.new_dialog .new_dialog_more{
    color: #165DD8;
    font-size: 14px;
    margin-top: 10px;
    cursor: pointer;
    padding-left: 34px;
}
.new_dialog .bottom{
    height: 65px;
    border-top: 1px solid #DFE1E6;
    position: relative;
    background-color: #fff;
}
.new_dialog .bottom span{
    width: 132px;
    height: 32px;
    background-color:#165DD8;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
}
.rocket{
    width: 288px;
    height: 288px;
}
.rocket img{
    position: absolute;
    /* top: 46px; */
    left: 0px;
    /* left: 396px; */
    bottom: 0px;
    width: 200px;
    height: 200px;
}


