.panel_tit {
    height: 42px;
    margin-bottom: 43px;
    text-align: center;
}

.panel_tit .title {
    display: inline-block;
    padding: 0 10px;
    line-height: 42px;
    font-size: 42px;
    color: #ff123f;
    background-color: #fff;
}

.superiorty {
    width: 100%;
    height: 236px;
    border: 2px solid #eee;
    text-align: center;
    overflow: hidden;
}

.superiorty .text {
    width: 180px;
    margin: 15px auto;
    line-height: 24px;
}

.country_tab li {
    position: relative;
    float: left;
    width: 179px;
    height: 50px;
    margin: 0 9px 34px 0;
    line-height: 50px;
    font-size: 22px;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
}

.country_tab {
    margin-left: 27px;
}

.country_tab li.active {
    background-color: #ff123f;
    color: #fff;
}

.clearfix {
    zoom: 1;
    display: block;
}

.clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

.country_box {
    padding: 18px 24px 0 28px;
}


/*.country_item_top {
    padding-bottom: 52px;
}*/

.visa_tab {
    float: left;
    margin-right: 17px;
    width: 200px;
}

.visa_tab li {
    width: 100%;
    height: 53px;
    margin-bottom: 15px;
    line-height: 53px;
    font-size: 18px;
    color: #0f0e0e;
    background-color: #eee;
    text-align: center;
    cursor: pointer;
}

.visa_tab li.active {
    background-color: #ff123f;
    font-weight: 700;
    color: #fff;
}

.visa_box {
    position: relative;
    float: left;
    width: 900px;
    padding: 10px 25px 20px;
    background-color: #eee;
}

.visa_item {
    position: relative;
    line-height: 30px;
}

.visa_item .title {
    position: relative;
    padding-left: 20px;
    color: #ff123f;
    font-size: 16px;
}

.visa_item .title:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    background-color: #ff123f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.visa_item .mt20 {
    margin-top: 20px;
}

.visa_item h4 {
    line-height: 30px;
}

.visa_item .text {
    padding-left: 20px;
}

.hide {
    display: none;
}

.visa_item:before {
    content: '';
    position: absolute;
    left: -38px;
    border-style: solid;
    border-width: 12px 13px 12px 0;
    border-color: transparent #eee transparent transparent;
}

.visa_item1:before {
    top: 0;
}

.country_tab li:after {
    content: '';
    position: absolute;
    left: 50px;
    bottom: -10px;
    border-style: solid;
    border-width: 10px 15px 0 15px;
    border-color: transparent transparent transparent transparent;
}

.country_tab li.active:after {
    border-color: #ff123f transparent transparent transparent;
}

.form_box {
    padding: 0 30px;
    width: 100%;
    height: 163px;
    border: 2px solid #eee;
}

.form_box .p1 {
    padding: 25px 0;
    border-bottom: 2px solid #eee;
    font-size: 18px;
}

.form_item {
    height: 35px;
    width: 200px;
    float: left;
    display: block;
    margin: 27px 42px 0 0;
    position: relative;
}

.user_value {
    padding: 5px 5px 5px 0;
    line-height: 25px;
    width: 200px;
    height: 35px;
    font-size: 14px;
    color: #333;
    text-indent: 5px;
}

.submit_btn {
    margin-top: 27px;
    padding: 0 47px;
    font-size: 16px;
}

.content_href {
    display: inline-block;
    height: 35px;
    line-height: 30px;
    background-color: #ff123f;
    color: #fff;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    outline: none;
    border:none;
}

.form_item select {
    width: 200px;
    height: 35px;
    color: #a9a9a9;
}
.search-container form {
    background: #fff;
    border: 2px solid #fff;
}