﻿div,
img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    margin: 0 auto;
    height: 100%;
}

input:not([type='checkbox']){
    -webkit-appearance: none;
}


.show-box {
    display: block;
}

.hide-box {
    display: none;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-x-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.flex-x-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-x-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-x-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-x-sa {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.flex-y-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.flex-y-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-y-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.flex-num {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
}

.flex-one {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.field-validation-error {
    color: red;
}

.imgpopup-wrap {
    top: 0;
    left: 0;
}

.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}

.clearfix {
    zoom: 1;
}

.show-ad {
    height: .853333rem;
    border: 1px solid black;
    background: #f6f6f6;
    margin-bottom: .213333rem;
}

.show-banner {
    height: 3.2rem;
    margin-bottom: .213333rem;
}

    .show-banner img {
        display: block;
        width: 100%;
    }

.show-product__title__main {
    text-align: center;
    margin: 0 auto;
    padding: .213333rem 0;
}

    .show-product__title__main .show-product__img {
        width: 5.066667rem;
        height: .928rem;
        margin: 0 auto;
    }

.show-product__title {
    text-align: center;
    font-size: .35rem;
    color: #515c6b;
    padding-top: .213333rem;
    line-height: 1;
}

.pbut {
    background: #ff7144;
    background: linear-gradient(top, #ff981c, #ff5418);
    margin-bottom: .55rem;
}

.show-about {
    height: 5.333333rem;
    width: 8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.callPhone {
    text-align: center;
    color: red;
    font-size: 12px;
    background: #f5f5f5;
    padding: 9px;
    margin: 0;
    margin-top: 10px;
    color: #929aab;
}

.foot {
    font-size: 12px;
    background: #f5f5f5;
    padding: 9px 18px;
    margin: 0;
    margin-top: 9px
}

.foot_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 9px;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.foot_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .foot_login .login {
        margin-right: 20px
    }

.foot_foot {
    margin-top: 5px;
    color: #929aab;
    text-align: center;
    padding: 4px 0
}

    .foot_foot .copy {
        padding: 5px 0
    }

.in_box a {
    color: #515c6b
}

.in_box .adlist {
    overflow: scroll
}

.result-wrap {
    height: 2.752rem;
    background: #fff;
    padding: .16rem 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: .256rem;
    color: #626262;
}

    .result-wrap p {
        padding-bottom: .1rem;
    }

        .result-wrap p.result-wrap__msg {
            color: #ff5418;
            padding-bottom: .16rem;
            line-height: 1;
            font-size: .426667rem;
        }

.result-wrap__msg img {
    display: inline-block;
    width: .426667rem;
    height: .426667rem;
    margin-right: .106667rem;
}

.result-step {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.result-step__img {
    width: 100%;
    height: 20.16rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.result-step__gif {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    top: 3.946667rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.result-step__gifimg {
    width: 5.205333rem;
    display: inline-block;
}
.imgpopup-box {
    width: 88%
}
