/**/

.pstn-box {
    height: 400px;
    width: 460px;
}

.pstn-box .pstn-box-inner {
    height: 360px;
    width: 460px;
    overflow-x: hidden;
    overflow-y: auto;
}

.pstn {
    margin-left: 15px;
    width: 442px;
    height: 330px;
}

.pstn li {
    width: 431px;
}

.pstn-box .alert-title p {}

.pstn ul {
    border-bottom: 1px solid #e2e2e2;
    height: 40px;
    line-height: 40px;
}

.pstn ul li {
    float: left;
    height: 30px;
    width: 50%;
}

.alert-warn {
    background-image: url("../../img/conference/webrtc_icon.png?1.0.15.7");
    background-position: -263px -20px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
    margin-right: 14px;
}

.alert-content-top0 {
    line-height: 24px;
    padding: 0 32px 0 24px;
    position: relative;
    text-align: center;
    display: table;
    margin: 0 auto;
}

.alert-content-top0 .alert-warn {
    display: table-cell;
    padding-right: 4px;
}


/*.alert-error-tip{*/


/*padding: 0 26px 30px;*/


/*margin-top: -20px;*/


/*}*/


/**/

.msg-cover-box {
    position: absolute;
    bottom: 108px;
    text-align: center;
    left: 50%;
    z-index: 999;
}

.alert-instant {
    position: relative;
    /*bottom: 108px;*/
    margin: 10px auto 0;
    min-width: 312px;
    padding: 16px 24px 14px;
    background: rgba(9, 2, 4, .7);
    border-radius: 2px;
    box-shadow: 0 0 12px rgba(255, 255, 255, .95);
    word-wrap: break-word;
    line-height: 14px;
}

.alert-instant p {
    text-align: center;
}

.alert-lock {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 380px;
    padding: 5px 10px 5px 5px;
    z-index: 999;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 12px rgba(9, 2, 4, .45);
    word-wrap: break-word;
}

.alert-enter-pwd {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 20px;
    margin-left: -158px;
}

.enter-pwd-error {
    text-align: left;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 65px;
    margin-left: -158px;
    background: rgba(212, 88, 88, 0.95);
    padding: 0 12px;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .12);
}

.enter-pwd-error-tip {
    color: #fff;
    width: auto;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.enter-pwd-error b {
    background-position: -305px -947px;
    position: absolute;
    left: 28px;
    top: -6px;
    width: 9px;
    height: 6px;
    display: block;
}

.alert-pwd-box .alert-main {
    margin-top: 0
}

.alert-pwd-box .alert-bottom {
    padding: 0 0 30px;
}

.alert-enter-pwd input::-webkit-input-placeholder {
    font-size: 13px;
}

.alert-enter-pwd input::-moz-placeholder {
    font-size: 13px;
}

.alert-enter-pwd input::-moz-placeholder {
    font-size: 13px;
}

.alert-enter-pwd input:-ms-input-placeholder {
    font-size: 13px;
}

.alert-enter-pwd input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #c0bdbe;
    border-radius: 3px;
    font-size: 14px;
    height: 23px;
    line-height: 23px;
    padding: 5px 30px 5px 7px;
    width: 277px;
}

.alert-enter-pwd input:focus {
    border: 1px solid #9bbde1;
}

.alert-enter-pwd input.input-border-red {
    border: 1px solid #db1010;
}


/* */

.alert-box-file {
    width: 460px;
}

.alert-box-file .no-file-warn {
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    padding-top: 15px;
}

.alert-box-file .no-file-icon {
    text-align: center;
    padding-top: 60px;
}

.alert-box-file .no-file-icon b {
    width: 40px;
    height: 40px;
    background-image: url("../../img/conference/icon.png?1.0.15.7");
    background-repeat: no-repeat;
    background-position: -222px -212px;
    vertical-align: middle;
    display: inline-block;
}

.files-list {
    height: 400px;
}

.files-list ul.files-inner {
    height: 380px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 458px;
}

.files-list ul.files-inner li {
    border-bottom: 1px solid #EBEBEB;
    line-height: 40px;
    width: 430px;
    margin-left: 15px;
    padding: 0px 0px;
}

.files-list ul.files-inner li:hover {
    background-color: #e8f6fd;
}

.files-list ul.files-inner li span {
    margin-left: 10px;
    height: 40px;
    overflow: hidden;
    word-wrap: break-word;
}

.files-list ul.files-inner li em {
    margin: 10px 0 0 5px;
}

.files-list .file-name {
    display: inline-block;
    width: 210px;
}

.files-list .file-size {
    display: inline-block;
    width: 70px;
    color: #999;
}

.files-list .file-time {
    display: inline-block;
    width: 65px;
    color: #999;
}

.alert-box-file .alert-title p,
.pstn-box .alert-title p {
    font-size: 16px;
    color: #ecf8ff;
    font-weight: bold;
}

.setting-box {
    width: 460px;
    height: 240px;
}

.setting-box .alert-title-white p {
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    padding: 0 26px;
    line-height: 40px;
}

.setting-box .setting {
    /*margin-top: 20px;*/
}

.select-device b {
    background-image: url("../../img/conference/icon.png?1.0.15.7");
    background-repeat: no-repeat;
    display: inline-block;
    height: 24px;
    vertical-align: middle;
    width: 24px;
    margin-right: 10px;
    float: left;
    margin-top: 8px;
}

.select-device .mic {
    background-position: -46px -442px;
}

.select-device .speak {
    background-position: -46px -492px;
}

.select-device li {
    height: 35px;
}

.select-device li:nth-child(1) {
    margin-bottom: 15px;
}

.select-device .selectbox {
    width: 370px;
    height: 30px;
}

.select-device div,
.select-device span {
    text-align: left;
}

.arr-box .ico-arr,
.selectbox .ico-arr {
    /*z-index: 0;  */
    z-index: 3;
    background-image: url("../../img/conference/icon.png?1.0.15.7");
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
    width: 18px;
    background-position: -409px -418px;
}

.select-device .selectbox .s-input-box:active,
.select-device .selectbox .s-input-box:hover {
    /*border-color: #9bbde1; #9bbde1，#cfcfcf   demo*/
    border-color: #cfcfcf;
}


/*.select-device .selectbox:active .s-input-box,.select-device .selectbox:hover .s-input-box{*/


/*background-color: #f7fbff;*/


/*border-color: #9bbde1;*/


/*}*/

.arr-box .ico-arr:hover,
.selectbox .ico-arr:hover {
    background-position: -426px -418px;
}

.select-device .selectbox .s-input-box:hover .ico-arr {
    background-color: #f7fbff;
    border-color: #9bbde1;
}


/*demo .select-device .selectbox .s-input-box*/

.select-device .selectbox .s-input-box {
    background-color: #e8e8e8;
}