.license-th{padding: 10px 0px;margin: 10px 0 0 0;}

.btnpay .btn+.btn {
    margin-bottom: 0;
    margin-left: 0px;
    width:68px;
}
/* 清除IE10及以上版本input的叉叉（X）和密码输入框的眼睛图标 */
input::-ms-clear {
display: none;
}
input::-ms-reveal {
display: none;
}
/*清除谷歌浏览器下的 search 叉号 */
input[type=search]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
/*清除IE下的 search 叉号 */
input[type=search]::-ms-clear {
display: none;
}
.back {
    background: url(../img/zhiding.png)no-repeat;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    display: block;
    opacity: 1;
    position: fixed;
    right: 40px;
    bottom: 50px;
    z-index: 666;
    cursor: pointer;
}
