@media (max-width: 991px) {
    .head-right-flag > a > img{
        display: none;
    }
    #head {
        height: 320px;
    }

    #head .row {
        padding-bottom: 20px;
    }
    .head-left {
        text-align: center;
    }

    .head-right {
        text-align: center;
    }

    .head-right img {
        margin-top: 0;
    }

    .head-right ul li {
        display: block;
        margin-bottom: 16px;
    }

    .head-right-login a,.head-right-flag a{
        background: #357fac !important;
        border-radius: 6px;
        overflow: hidden;
    }

    .head-right-login a span,.head-right-flag a span {
        display: block;
    }
    
    .login-ico {
        float:left;
        display: inline-block;
        width: 30%;
        height: 45px;
        background: #357fac url("../images/key.png") no-repeat center right;
        background-size: 50% 50%;
    }
    
    .login-font {
        float: left;
        display: inline-block;
        width: 70%;
        font-weight: bold;
        font-size: 160%;
        color: #000;
        line-height: 45px;
        text-align: left;
        padding-left: 5%;
    }

    .flag-ico {
        float:left;
        display: inline-block;
        width: 30%;
        height: 45px;
        background: #357fac url("../images/Thailandflag.png") no-repeat center right;
        background-size: 60% 70%;
    }

    .flag-font {
        float: left;
        display: inline-block;
        width: 70%;
        padding-left: 5%;
        font-weight: bold;
        font-size: 160%;
        color: #000;
        line-height: 45px;
        text-align: left;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .head-right a {
        margin: 0 auto;
        width: 80%;
        /* height: 35px;
        line-height: 35px; */
        background-size:100% 100%;
    }

    .head-right ul .flag-list {
        width: 100%;
        position: static;
        margin-left: 5px;
        margin-top: -65px;
    }

    .flag-list ul li {
        opacity: 0.8;
        margin: 0px auto -1px;
        width: 80%;
        height: 35px;
    }

    .head-right ul .head-right-flag {
        margin-bottom: 2px;
    }

    .head-right .head-right-language {
        margin-left: 10px;
        margin-top: 16px;
    }

    .head-right .head-right-language a {
        display: block;
        width: 80%;
        height: 45px;
        margin: 0 auto;
        background: #357fac;
        border-radius: 6px;
        overflow: hidden;
        color: black;
        text-align: center;
        line-height: 45px;
        font-size: 160%;
    }

    .head-right ul .language-list {
        width: 100%;
    }

    .head-right .language-list ul {
        width: 80%;
        margin: 0 auto;
    }

    .head-right .language-list ul li {
        margin-top: -1px;
        margin-bottom: 0;
        background: black;
        opacity: 0.8;
        height: 36px;
        line-height: 36px;
    }


    /*头部结束*/

    #mian {
        background: #ffffff;
    }

    .mian-center {
        width: 100%;
        padding-top: 0;
        margin: 0;
    }

    .mian-menu {
        width: 100%;
        float: none;
        margin: 0;
    }

    .nav>li>a {
        padding: 4px 40px;
    }

    .mian-menu li a {
        color: #ffffff;
        font-weight: bold;
        font-size: 20px;
        background: #0e0e0e url("../images/menu_bg_xs.png") no-repeat center center;
        background-size: 100% 100%;
    }

    .mian-menu .nav>li>a {
        font-size: 120%;
        padding: 8px 40px;
    }

    .content-line {
        height: 2px;
    }

    .mian-content {
        width: 100%;
        float: none;
    }

    .mian-content .content-title {
        font-size: 160%;
        color: #333333;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 16px;
    }

    .content-contents {
        width: 100%;
    }

    .content-img-bg {
        margin: 0 auto;
        width: 96%;
        height: 300px;
    }

    .content-tag {
        width: 96%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .content-tag h3 {
        padding-left: 0;
        text-align: center;
        font-size: 140%;
        font-weight: normal;
    }

    .content-tag .cate {
        font-size: 140%;
        padding-left: 0px;
        text-align: center;
    }

    .content-tag .create-data {
        font-size: 140%;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
    }

    #mian {
        height: auto;
    }

    #foot {
        float: left;
        background: black;
    }

    .foot-center {
        width: 100%;
    }

    .foot-center .foot-left{
        width: 100%;
    }

    .foot-center .foot-left img{
        display: block;
        margin: 0 auto;
        width: 86%;
        height: 86%;
    }

    .foot-left .form-inline .form-group {
        text-align: center;
    }

    .foot-left .form-inline .form-control {
        width: 86%;
        height: 40px;
        text-align: center;
        margin: 0 auto;
    }

    .foot-left .btn {
        width: 86%;
        height: 40px;
        font-size: 140%;
        color: black;
        margin-top: 20px;
    }

    .copty {
        text-align: center;
        font-size: 160%;
    }

    .foot-center .foot-right{
        width: 100%;
    }

    .foot-center .foot-right img{
        display: block;
        margin: 0 auto;
        width: 86%;
        height: 86%;
    }

    .powered {
        padding-left: 20px;
    }

    .blank-div {
        width: 100%;
        height: 20px;
        background: black;
    }

    .container .page {
        display: block !important;
        text-align: center;
        margin: 30px 0;
    }

    .container .page .btn-left, .mian-center .page .btn-right, .mian-center .page .page-number {
        display: inline-block;
    }

    .container .page .btn-left, .mian-center .page .btn-right {
        padding: 10px;
        background: #357fac;
        border-radius: 6px;
        text-align: center;
    }

    .container .page .btn-left img, .mian-center .page .btn-right img{
        width: 40%;
        height: 60%;
    }

    .container .page .page-number a{
        color: black;
        font-size: 140%;
        margin: 0 6px;
    }

    #contact {
        display: none;
    }

    .www-contact {
        display: none;
    }

    .wap-contact {
        display: block !important;
    }

    /*详情页开始*/
    .mian-content .content-detail-title {
        padding-top: 10px;
        padding-bottom: 4px;
        text-align: center;
    }

    .content-detail-title .detail-bigtitle {
        font-size: 180%;
    }

    /*详情页结束*/

    /*个人资料页开始*/
    .profile .profile-center {
        width: 60%;
    }
    /*个人资料页结束*/

    /*充值历史页开始*/
    .history .history-center {
        width: 90%;
    }

    .history-center h3 {
        text-align: center;
        margin-bottom: 20px;
    }

    .history-center table {
        font-size: 130%;
    }

    .history-center button {
        width: 50%;
        height: 45px;
        line-height: 45px;
        padding: 0;
        font-size: 120%;
    }
    /*充值历史页结束*/

    /*修改密码开始*/
    .change .change-center {
        width: 60%;
    }

    .change-center h3 {
        font-size: 200%;
    }

    .change-center input {
        height: 45px;
    }

    .change-center button {
        height: 45px;
        font-size: 140%;
    }
    /*修改密码结束*/
}

@media (min-width: 768px) and (max-width: 991px){

    #head {
        height: 410px;
    }

    .head-left img {
        width: 118px;
    }

    .head-right a {
        width: 60%;
        height: 65px;
    }

    .head-right .head-right-language a {
        width: 60%;
        height: 65px;
        font-size: 180%;
        line-height: 65px;
    }

    .flag-list ul li {
        opacity: 0.8;
        margin: 0px auto -1px;
        width: 60%;
        height: 46px;
        line-height: 46px;
        font-size: 180%;
        font-weight: normal;
    }

    .login-ico {
        height: 65px;
        background-size: 50% 50%;
    }

    .login-font {
        font-size: 210%;
        line-height: 65px;
        text-align: left;
        padding-left: 14%;
    }

    .flag-ico {
        height: 65px;
        background-size: 50% 75%;
    }

    .flag-font {
        font-size: 210%;
        line-height: 65px;
    }

    .head-right ul .language-list {
        top: 230px;
    }

    .head-right .language-list ul {
        width: 60%;
        margin: 0 auto;
    }

    .head-right .language-list ul li {
        margin-top: -1px;
        margin-bottom: 0;
        background: black;
        opacity: 0.8;
        height: 50px;
        line-height: 50px;
        font-size: 160%;
    }

    /*头部结束*/

    #indexbanner {
        background-size: 160% 100%;
        height: 350px;
    }

    #styleline {
        height: 26px;
    }

    .mian-menu .nav>li>a {
        padding: 16px 40px;
        font-size: 120%;
        white-space: nowrap;
    }

    .content-img-bg {
        margin: 0 auto;
        width: 96%;
        height: 600px;
    }

    .content-tag h3 {
        font-size: 300%;
    }

    .content-tag .cate {
        font-size: 300%;
    }

    .content-tag .create-data {
        font-size: 300%;
    }

    .container .page .btn-left, .mian-center .page .btn-right {
        padding: 20px 30px;
        border-radius: 8px;
    }

    .container .page .btn-left img, .mian-center .page .btn-right img{
        width: 100%;
        height: 100%;
    }

    .container .page .page-number a{
        color: black;
        font-size: 300%;
        margin: 0 20px;
    }

    .container .page .symbol {
        font-size: 300%;
    }

    /*注册页开始*/
    .register-center .register-title {
        font-size: 200%;
    }
    .register .register-center {
        font-size: 140%;
    }
    .register-center button {
        height: 45px;
        font-size: 20px;
    }
    /*注册页结束*/

    /*个人中心页开始*/
    .personal .personal-center {
        width: 50%;
    }
    .personal-center button {
        height: 45px;
    }
    /*个人中心页结束*/

    /*个人资料页开始*/
    .profile .profile-center {
        width: 60%;
    }

    .profile-center button {
        height: 45px;
    }
    /*个人资料页结束*/
}


@media (max-width: 767px) {

    #indexbanner {
        background-size: 200% 100%;
        height: 220px;
    }

    #styleline {
        height: 16px;
    }

    .head-right ul .language-list {
        top: 170px;
    }

    /*详情页开始*/
    .content-detail-img .carousel-control {
        background: none;
    }

    .mian-content .content-detail-img {
        padding: 3%;
    }

    .mian-content .detail-img-mian img {
        height: auto;
    }

    .content-detail-img .detail-img-foot li {
        height: 80px;
    }

    .content-detail-img .detail-img-foot .detail-img-left {
        top: 20%;
        width: 30px;
        height: 50px;
    }

    .content-detail-img .detail-img-foot .detail-img-right {
        top: 20%;
        width: 30px;
        height: 50px;
    }
    /*详情页结束*/

    /*登陆页开始*/
    .login-center-title {
        font-size: 80%;
    }

    .login .login-center {
        width: 80%;
    }
    /*登陆页结束*/

    /*注册页开始*/
    .register .register-center {
        width: 80%;
    }
    /*注册页结束*/

    /*个人中心页开始*/
    .personal .personal-center {
        width: 80%;
    }
    .personal-center img {
        width: 10%;
        height: 10%;
    }
    .personal .personal-list {
        padding-left: 12px;
        font-size: 80%;
    }
    /*个人中心页结束*/

    /*个人资料页开始*/
    .profile .profile-center {
        width: 70%;
    }

    .profile-center .profile-title {
        margin-top: 10px;
        font-size: 100%;
    }

    .profile-center form img {
        width: 20%;
        height: 20%;
    }

    .profile-center input {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    /*个人资料页结束*/

    /*充值历史页开始*/
    .history-center button {
        width: 80%;
        height: 40px;
    }
    /*充值历史页结束*/

    /*修改密码开始*/
    .change .change-center {
        width: 80%;
    }
    /*修改密码结束*/
}

/*超小手机屏幕，如iphone4*/
@media (max-width: 350px) {
    /*登陆页开始*/
    .login-center-title {
        font-size: 70%;
    }
    /*登陆页面结束*/

    /*个人中心页开始*/
    .personal .personal-list {
        padding-left: 6px;
        font-size: 70%;
    }
    /*个人中心页结束*/
}

/*追加的样式开始*/
@media (min-width: 991px) {
    .mian-center {
        position: relative;
        padding-bottom: 60px;
    }
    .mian-center:after{
        content:'';
        display: table;
        clear: both;
    }
    
    .container .page {
        width: 69%;
        /* position: absolute; */
        margin-left: 22%;
        /* bottom: 0; */
    }

    .page div {
        display: inline-block;
    }

    .container .page .btn-left, .mian-center .page .btn-right {
        width: 10%;
        padding: 6px;
        background: #357fac;
        border-radius: 6px;
        text-align: center;
    }

    .container .page .btn-left:hover, .mian-center .page .btn-right:hover {
        cursor: pointer;
    }

    .container .page .btn-left {
        float: left;
    }

    .container .page .btn-right {
        float: right;
    }

    .page .page-number {
        float: left;
        width: 80%;
        height: 63px;
        padding-left: 12px;
    }

    .page-number span {
        display: inline-block;
        height: 63px;
        width: 13.2%;
        line-height: 63px;
        text-align: center;
        font-size: 200%;
    }

    .page-number span a{
        color: #333;
        text-decoration: none;
    }

}
/*追加的样式结束*/