@charset "utf-8";
.f_left {
    float: left;
}

.f_right {
    float: right;
}

[ng-cloak] {
    display: none;
}

.container {
    background: url(../../images/bg.png) no-repeat center bottom;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    min-width: 1000px;
    min-height: 640px;
    overflow: hidden;
}

.centerArea {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 620px;
    width: 907px;
    margin-top: -310px;
    margin-left: -453px;
}

.title {
    text-align: center;
}

.formBox {
    width: 753px;
    height: 345px;
    background: url(../../images/formBg.png) no-repeat center center;
    margin: 60px auto 0px;
    padding-top: 13px;
    box-sizing: border-box;
}

.technicalSupport {
    text-align: center;
    color: #062012;
    font-size: 16px;
    margin-top: 20px;
}

.mechanism {
    margin: 0px 32px;
    height: 309px;
    background: #ffffff;
    box-sizing: border-box;
    padding: 0px 20px;
}

.selectedMechanism {
    color: #888888;
    font-size: 18px;
    line-height: 45px;
}

.selectedMechanism span {
    color: #000000;
}

.selectBox {
    width: 225px;
    height: 38px;
    border: 1px solid #c4c4c4;
    border-radius: 1px;
    float: left;
    margin-left: 20px;
    position: relative;
}

.selectBox select {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #333333;
    font-size: 14px;
    text-indent: 6px;
}

.blackArea {
    position: absolute;
    bottom: -12px;
    left: -1px;
    right: -1px;
    border-left: 1px solid #c4c4c4;
    border-right: 1px solid #c4c4c4;
    height: 12px;
    background: #fff;
    display: none;
}

.selectBox.active .blackArea {
    display: block;
}

.selectResult {
    border: 1px solid #c4c4c4;
    height: 136px;
    margin-top: 10px;
    overflow: hidden;
    overflow-y: auto;
}

.selectResult ul {
    font-size: 0px;
    margin: 7px 0px;
    padding: 0px 10px;
}

.selectResult li {
    color: #333333;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 10px;
    margin-top: 5px;
}

.selectResult li.active {
    background: #fbfff8;
    border: 1px solid #9cce77;
}

.submitQ {
    width: 307px;
    height: 43px;
    background: url(../../images/btn.png) no-repeat;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    line-height: 40px;
    margin: 10px auto 0px;
}

.selectBox.MaL0 {
    width: 153px;
    margin-left: 0px;
}

/*.submitQ:hover{background: url(../../images/btn_h.png) no-repeat;}*/