@charset 'utf-8';

.layer,
.visaScoreLayer {
    width: 610px
}

.ui_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-animation: ui_mask .16s;
    -moz-animation: ui_mask .16s;
    animation: ui_mask .16s
}

@-webkit-keyframes ui_mask {
    0% {
        opacity: 0
    }

    to {
        opacity: .15
    }
}

@-moz-keyframes ui_mask {
    0% {
        opacity: 0
    }

    to {
        opacity: .15
    }
}

@keyframes ui_mask {
    0% {
        opacity: 0
    }

    to {
        opacity: .15
    }
}

.layer {
    height: 452px;
    background: #fff;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .1);
    padding: 30px;
    position: relative
}

.layer .layer-header {
    text-align: center;
    font-size: 18px;
    color: #222
}

.layer .session {
    margin-top: 20px
}

.layer .disabled {
    opacity: .6
}

.layer .session-header {
    margin-left: 30px;
    font-size: 16px
}

.layer .session-header span {
    margin-right: 10px
}

.layer .test-nations {
    margin-top: 10px
}

.layer .test-nations .item {
    float: left;
    width: 75px;
    margin: 10px 30px
}

.layer .test-nations .item:hover .link {
    color: #00af67
}

.layer .test-nations .item .link {
    display: block;
    text-align: center
}

.layer .test-nations .item .link img {
    width: 75px;
    height: auto;
    border: 1px solid #e5e5e5
}

.layer .test-nations .item .link .zh {
    color: #333;
    font-size: 16px;
    margin-top: 12px;
    font-weight: 400
}

.layer .layer-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer
}

.layer .layer-close .icon-close {
    font-size: 30px;
    color: #999
}

.layer .layer-close .icon-close:before {
    content: '\e718'
}

.ui_mask {
    filter: alpha(opacity=15);
    opacity: .15;
    background: #000
}

.clearfix,
.flow,
.recommend-main,
.recommend-sub {
    *zoom: 1
}

.clearfix:after,
.flow:after,
.recommend-main:after,
.recommend-sub:after {
    content: '\0020';
    display: block;
    clear: both;
    height: 0
}

.visa_banner {
    width: 100%;
    height: 420px;
    position: relative
}

.visa_banner .focus_img_btn,
.visa_banner .focus_img_list,
.visa_banner .focus_img_list li,
.visa_banner .focus_left_btn,
.visa_banner .focus_right_btn,
.visa_banner .visa_focus_img,
.visa_banner .visa_header {
    position: absolute
}

.visa_banner .focus_img_list,
.visa_banner .focus_img_list li,
.visa_banner .visa_focus_img {
    width: 100%;
    height: 420px;
    overflow: hidden
}

.visa_banner .focus_img_list,
.visa_banner .visa_focus_img {
    top: 0;
    left: 0
}

.visa_banner .visa_focus_img .default {
    background: url(../images/visa/banner-visa-default.jpg) center no-repeat
}

.visa_banner .visa_focus_img .focus_img_list li {
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat
}

.visa_banner .visa_focus_img .focus_img_list li a {
    display: block;
    width: 100%;
    height: 100%
}

.visa_banner .visa_focus_img .focus_img_list li.on {
    z-index: 1;
    opacity: 1
}

.visa_banner .focus_img_btn {
    bottom: 20px;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center
}

.visa_banner .focus_img_btn span {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 20px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.visa_banner .focus_img_btn .on {
    background: #fff
}

.visa_banner .focus_left_btn,
.visa_banner .focus_right_btn {
    display: none;
    top: 50%;
    z-index: 2;
    margin-top: -25px
}

.visa_banner .focus_left_btn a,
.visa_banner .focus_right_btn a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/visa/banner_btn.png?v=801696) no-repeat
}

.visa_banner .focus_right_btn {
    right: 30px
}

.visa_banner .focus_right_btn a {
    background-position: 0 -50px
}

.visa_banner .focus_right_btn a:hover {
    background-position: 0 -150px
}

.visa_banner .focus_left_btn {
    left: 30px
}

.visa_banner .focus_left_btn a:hover {
    background-position: 0 -100px
}

.visa_banner .visa_header {
    width: 746px;
    top: 248px;
    left: 50%;
    z-index: 1;
    margin-left: -373px
}

.visa_banner .visa_header .search_mod {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .3)
}

.visa_banner .visa_header .search_mod .search_input {
    float: left;
    width: 646px;
    height: 50px;
    padding-left: 12px;
    margin: 20px 0 0 20px;
    background: #fff;
    border: 0;
    border-radius: 3px;
    line-height: 50px;
    font-size: 20px;
    color: #333
}

.visa_banner .visa_header .search_mod .search_btn {
    float: left;
    width: 50px;
    height: 50px;
    margin: 20px 0 0 10px;
    background: #01af63;
    border-radius: 3px;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.visa_banner .visa_header .search_mod .search_btn .icon_search:before {
    font-style: normal;
    content: "\e609";
    font-size: 38px;
    color: #fff
}

#content {
    background-color: #f5f5f5;
    padding: 50px 0
}

.flow {
    margin: 18px 0 60px
}

.flow .left,
.flow .right {
    height: 160px;
    border: 1px solid #eee;
    background: #fff
}

.flow .left {
    float: left;
    padding: 18px 29px
}

.flow .right {
    float: right;
    width: 205px
}

.flow .rate {
    float: left;
    width: 230px;
    height: 120px;
    margin: 0 26px 0 0;
    border-right: 1px solid #e5e5e5;
    text-align: center;
    line-height: 1.65
}

.flow .rate .num,
.flow .rate .unit {
    color: #f15d53;
    font-family: 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
    line-height: 60px
}

.flow .flow-list .item:after,
.flow .flow-list .item:before {
    font-family: iconfont;
    display: block
}

.flow .rate .num {
    font-size: 54px
}

.flow .rate .unit {
    font-size: 28px
}

.flow .rate .text {
    display: block;
    margin-top: -10px;
    color: #333;
    font-size: 22px
}

.flow .rate .meta {
    color: #999;
    font-size: 12px
}

.flow .flow-title {
    color: #999;
    font-size: 14px
}

.flow .flow-list {
    padding: 19px 0 0
}

.flow .flow-list .item {
    position: relative;
    float: left;
    width: 90px;
    margin-left: 64px;
    color: #333;
    font-size: 14px;
    line-height: 36px;
    text-align: center
}

.flow .flow-list .item:before {
    margin: 5px 0;
    color: #53cc95;
    font-size: 52px;
    text-align: center
}

.flow .flow-list .item:after {
    content: '\e60f';
    position: absolute;
    top: 3px;
    left: -40px;
    color: #e5e5e5;
    font-size: 19px
}

.flow .flow-list .item:first-child {
    overflow: hidden;
    margin-left: 0
}

.flow .flow-list .item-pay:before {
    content: '\e60a'
}

.flow .flow-list .item-submit:before {
    content: '\e60b'
}

.flow .flow-list .item-verify:before {
    content: '\e60c'
}

.flow .flow-list .item-apply:before {
    content: '\e60e'
}

.flow .flow-list .item-done:before {
    content: '\e60d'
}

.countries .tabs:after,
.recommend-main .item a:after,
.recommend-sub .item a:after {
    content: '\0020'
}

.flow .query,
.flow .score {
    padding: 0 29px;
    background: url(../images/visa/queryBg.png?v=6737ef) 100% 100% no-repeat #fff;
    text-align: center
}

.flow .query .query-title,
.flow .score .query-title {
    color: #333;
    font-weight: 700;
    font-size: 21px;
    line-height: 90px
}

.flow .query .query-button,
.flow .query .test-button,
.flow .score .query-button,
.flow .score .test-button {
    display: block;
    height: 38px;
    border-radius: 3px;
    background: #01af63;
    color: #fff;
    font-size: 14px;
    line-height: 38px
}

.flow .query .query-button-disabled,
.flow .score .query-button-disabled {
    background: #dadada;
    cursor: default
}

.flow .query {
    margin: 0 12px;
    float: left
}

.visa-title {
    font-size: 30px;
    color: #333;
    text-align: center;
    padding-bottom: 35px
}

.recommend-main {
    height: 247px;
    width: 100%;
    margin: 0 auto
}

.recommend-main .item {
    float: left;
    height: 100%;
    width: 285px;
    background: #fff;
    margin-right: 20px
}

.recommend-main .item a {
    display: block;
    float: left;
    height: 100%;
    *zoom: 1
}

.recommend-main .item a:after {
    display: block;
    clear: both;
    height: 0
}

.recommend-main .item .visa-image {
    width: 100%;
    height: 190px
}

.recommend-main .item .title {
    font-size: 20px;
    color: #333;
    float: left;
    font-weight: 400;
    margin: 15px 0 0 12px
}

.recommend-main .item .price {
    float: right;
    margin: 10px 12px 0 0;
    font-size: 14px;
    color: #999
}

.recommend-main .item .price .unit {
    color: #ff811a
}

.recommend-main .item .price .num {
    font-size: 30px;
    color: #ff811a
}

.recommend-main .last-item {
    margin-right: 0
}

.recommend-sub {
    height: 207px;
    width: 100%;
    margin: 20px auto 0
}

.recommend-sub .item {
    float: left;
    height: 100%;
    width: 224px;
    background: #fff;
    margin-right: 20px
}

.recommend-sub .item a {
    display: block;
    float: left;
    height: 100%;
    *zoom: 1
}

.recommend-sub .item a:after {
    display: block;
    clear: both;
    height: 0
}

.recommend-sub .item .visa-image {
    width: 100%;
    height: 150px
}

.recommend-sub .item .title {
    font-size: 20px;
    color: #333;
    float: left;
    font-weight: 400;
    margin: 15px 0 0 12px
}

.recommend-sub .item .price {
    float: right;
    margin: 10px 12px 0 0;
    font-size: 14px;
    color: #999
}

.recommend-sub .item .price .unit {
    color: #ff811a
}

.recommend-sub .item .price .num {
    font-size: 30px;
    color: #ff811a
}

.recommend-sub .last-item {
    margin-right: 0
}

.countries {
    width: 1200px;
    margin: 0 auto;
    padding-top: 70px
}

.countries .title {
    font-size: 30px;
    line-height: 80px;
    text-align: center
}

.countries .tabs {
    overflow: visible;
    width: 100%;
    border: 1px solid #e5e5e5;
    border-top: 1px solid #dedede;
    background: #f5f5f5;
    text-align: center;
    *zoom: 1
}

.countries .tabs:after {
    display: block;
    clear: both;
    height: 0
}

.countries .tabs li {
    float: left;
    width: 20%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333;
    cursor: pointer
}

.countries .tabs li:last-child {
    float: right
}

.countries .tabs li.on {
    position: relative;
    border: 1px solid #e5e5e5;
    border-width: 0 1px;
    background: #fff;
    color: #01af63
}

.countries .tabs li.on:first-child {
    left: -1px
}

.countries .tabs li.on:last-child {
    right: -1px
}

.countries .tabs li.on:after,
.countries .tabs li.on:before {
    content: '\0020';
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%
}

.countries .tabs li.on:before {
    top: 0;
    height: 3px;
    background: #00af67
}

.countries .tabs li.on:after {
    bottom: -1px;
    height: 1px;
    background: #fff
}

.countries .pane {
    overflow: hidden;
    width: 100%;
    padding: 20px 8px;
    border: 1px solid #e5e5e5;
    border-top: 0 none;
    background: #fff
}

.countries .nations {
    display: none;
    width: 1200px
}

.countries .nations .item {
    float: left;
    width: 215px;
    height: 60px;
    margin: 20px 0 20px 20px;
    color: #666;
    font-size: 16px;
    line-height: 30px
}

.countries .nations .item .link {
    display: block;
    height: 60px;
    padding-left: 104px
}

.countries .nations .item .link:hover,
.countries .nations .item .link:hover .zh {
    color: #00af67
}

.countries .nations .item .flag {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 90px;
    height: 60px;
    margin-left: -104px;
    border: 1px solid #e5e5e5
}

.countries .nations .item .en,
.countries .nations .item .zh {
    display: block;
    overflow: hidden;
    float: left;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.countries .nations .item .zh {
    color: #333
}

.countries .nations .item .en {
    font-size: 14px
}

.countries .nations.on {
    display: block
}

.mod_city,
.mod_citykeyword {
    position: absolute;
    z-index: 9;
    margin-top: -9px;
    background-color: #fff;
    padding-left: 0
}

.mod_city {
    width: 646px;
    line-height: 2;
    padding: 4px 10px 5px 0;
    font-size: 12px;
    background: rgba(255, 255, 255, .95) !important
}

.mod_city * {
    margin: 0
}

.mod_city .title {
    position: relative;
    width: 646px;
    line-height: 40px;
    padding-left: 18px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #CCC;
    font-size: 14px;
    color: #01af63
}

.mod_city a.ico_close {
    position: absolute;
    top: 13px;
    right: 13px
}

.mod_city ul.city_list,
.mod_city ul.city_tab {
    float: none;
    width: auto
}

.mod_city .city_tab {
    margin: 4px 0 !important;
    border-bottom: 1px solid #e0e0e0
}

.mod_city .city_tab li {
    float: left;
    width: auto;
    margin: 0 2px -1px 0 !important;
    border: 1px solid #e0e0e0;
    background-color: #f8f8f8
}

.mod_city .city_tab li a {
    display: block;
    padding: 0 5px;
    color: #999;
    text-decoration: none
}

.mod_city .city_tab li.current {
    _position: relative;
    border-bottom-color: #fff;
    background-color: #fff
}

.mod_city .city_tab li.current a {
    color: #666
}

.mod_city .city_list {
    margin: 0 !important;
    overflow: hidden
}

.mod_city .city_list a:link {
    color: #706f6f
}

.mod_city .city_list a:active,
.mod_city .city_list a:hover {
    color: #01af63
}

.mod_city .city_list li {
    _display: inline;
    float: left;
    width: 70px;
    line-height: 40px;
    margin: 0 0 0 20px !important
}

.mod_city .city_list li a {
    font-size: 14px
}

.mod_citykeyword {
    width: 646px;
    border-top: #CCC 1px solid;
    margin-top: 58px
}

.mod_citykeyword li,
.mod_citykeyword ul {
    float: none !important;
    width: auto !important;
    margin: 0 !important
}

.mod_citykeyword ul {
    overflow: hidden
}

.mod_citykeyword li {
    height: auto !important;
    line-height: 2
}

.mod_citykeyword li a {
    display: block;
    padding: 0 10px;
    font-size: 12px;
    color: #7D7D7D;
    line-height: 50px
}

.mod_citykeyword li a span {
    color: #7D7D7D
}

.mod_citykeyword li.tips {
    padding: 0 10px;
    font-size: 14px;
    color: #999
}

.mod_citykeyword li.current a {
    font-size: 14px;
    color: #7D7D7D;
    background-color: #F0F0F0
}

.ico_gb {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/visa/base_icon.png?v=cb4bc4) no-repeat
}

.ico_close {
    overflow: hidden;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    background-position: -356px 0
}