
h1{
    line-height: 50px;
    font-size: 50px;
    font-weight: bolder;
    margin-left: -5px;
    font-family: "Samsung Sharp Bold";
}
h1 span{
    font-family:"Samsung Sharp Bold";
}
h3{
    line-height: 35px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 0px;
}

h5{
    margin-top: 40px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: normal;
}
[v-cloak]{
    display: none;
}
/* #no-offer{
    margin-top: 100px;
} */
#confirmMail{
    width: 224px;
}
.regist-content{
    max-width: 800px;
    width: 100%;
    margin:  50px auto;
    position: relative;
}
.noteTips{
    margin-top: 30px;
}
.logout{
    position: absolute;
    top:10px;
    right:20px;
    border: 1px solid #000;
    font-weight: bold;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 8px;
}
.offer-content{
    overflow: hidden;
    width: 100%;
    margin-top: 60px;
}
.offer1{
    width: 50%;
    float: left;
    overflow: hidden;
}
.offer2{
    width: 50%;
    float: left;
    overflow: hidden;
}
.offer-title{
    background-color: #000000;
    color: #fff;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 14px;
}
.offer-line{
    width: 100%;
    height: 1px;
    background-color: #a5a5a5;
}
.offer-list{
    overflow: hidden;
    margin-top:30px;
    margin-bottom: 30px;
    font-size: 13px;
}
.offer-item{
    width: 80%;
    float: left;
    overflow: hidden;
    line-height: 2;
}
.offer-item2{
    width: 70%;
    float: left;
    overflow: hidden;
    line-height: 2;
}
.offer-item span,.offer-item2 span{
    margin-left: 10px;
}
.color-blue{
    color: #2172b1;
}
.pointer{
    cursor: pointer;
}
.step4offer-select-list{
    margin-top: 120px;
}
.login-content{
    max-width: 800px;
    width: 98%;
    margin: 50px auto;
    overflow: hidden;
}
.login-item{
    width: 42%;
    margin-right: 4%;
    margin-left: 4%;
    float: left;
    border-radius: 20px;
    border: 2px solid #000000;
    position: relative;
    height: 370px;
    overflow: hidden;
    cursor: pointer;
}
.login-icon{
    margin: 50px auto;
    text-align: center;
    margin-bottom: -10px;
}
.login-icon2{
    margin-top: 100px;
}
.login-title{
    margin: 15px auto;
    text-align: center;
    color: #2172b1;
    font-size: 26px;
    font-weight: bold;
    position: relative;
    line-height: 1.4;
    cursor: pointer;
    width: 60%;
}
.login-arrow{
    position: absolute;
    color: #2172b1;
    font-size: 18px;
    left: 100%;
    top: 50%;
    margin-top: -10px;
}
.login-txt{
    margin: 40px auto;
    font-size: 18px;
    text-align: center;
}
.visitor-content,.visitor-content2{
    text-align: center;
    cursor: pointer;
    width: 400px;
    margin: 0 auto;
    color: #000;
    max-width: 100%;
}
.visitor-content2{
    margin-top: 30px;
}
.visitor-content2 a{
    color: #000;
}
.visitor-arrow{
    margin-left: 20px;
}
.line{
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #a5a5a5;
}
.login-tj{
    width: 100px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #000;
    position: absolute;
    left: -22px;
    top: 18px;
    text-align: center;
    transform:rotate(-45deg);
}
.step{
    display: none;
}

.step-process{
    margin-top: 30px;
    color: #a5a5a5;
    /* overflow: hidden; */
    display:flex;
    align-items: center;
}
.anotherWay,.firstWay{
    border: 1px solid #000;
    padding: 5px;
    width: 360px;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.takePhoto{
    /* width: 10px; */
    /* height: 10px; */
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
    /* overflow: hidden; */
}
.takePhotos{
    position: absolute;
    right: 0;
    top:20px;
    cursor: pointer;
}
.showDetail{
    overflow: hidden;
}
.process-txt{
    padding-right: 15px;
    display: block;
    float: left;
    height: auto;
    position: relative;
}
.active-line{
    position: absolute;
    left: 0;
    right: 15px;
    height: 4px;
    background-color: #000000;
    bottom:-4px;
    display: none;
}
.step-process .active{
    color: #000;
    font-weight: bold;
}
.step-process .active .active-line{
    display: block;
}
.step{
    margin-top: 50px;
}
.step-label{
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.line{
    width: 100%;
    height: 1px;
    margin: 0 auto;
    background-color: #a5a5a5;
}
.form{

}
.form-item{
    margin-top: 45px;
    position: relative;
}
.step-1-first{
    margin-top: 0;
}
.label-name{
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 8px;
    position: relative;
}
.label-input{
    position: relative;
    width: 320px;
    border-bottom: 2px solid #a5a5a5;
}
.item-right-tip{
    position: absolute;
    /* right: 0; */
    top:100px;
    width: 400px;
    font-size: 14px;
    color: #888;
}
.label-input input{
    border: none;
    outline: none;
    width: 320px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-right: 30px;
    background-color: #000;
    color: #fff;
}
.label-input input.file-input{
    position: absolute;
    left: 0;
    top:0;
    opacity: 0;
    cursor: pointer;
    width: 320px;
}
.upload-name{
    display: block;
    height: 30px;
    line-height: 30px;
}
.upload-icon{
    position: absolute;
    right: 0;
    top:0;
}
.true-tip{
    width: 18px;
    height: 18px;
    text-align: center;
    border-radius: 18px;
    background-color: #12d503;
    color: #ffffff;
    position: absolute;
    right: 0px;
    top:10px;
    display: none;
}
.checked_sucess .true-tip{
    /*display: block;*/
}
.forget_password{
    display: block;
    position: absolute;
    bottom: 0px;
    left: 360px;
    font-size: 12px;
    text-decoration: underline;
    color: #888;
    cursor: pointer;
}
.form-btns{
   height: 40px; 
    margin-top: 10px;
    position: relative;
    /*overflow: hidden;*/
}
.form-btn{
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    width: 140px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    cursor: pointer;
    /*float: left;
    margin-right: 30px;*/
	margin:5% auto;
}
.form-btn-lang{
    height: 35px;
    line-height: 35px;
    border-radius: 18px;
    width: 100px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    cursor: pointer;
    float: right;
    /*float: left;
    margin-right: 30px;*/
}

.form-btns .form-btn:last-child{
    /*margin-right: 0;*/
}
.select-span{
    display: block;
    width: 320px;
    height: 30px;
    padding-right: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;

}
.label-input select{
    opacity: 0;
    border: none;
    outline: none;
    background-color: #ffffff;
    width: 320px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    top:0;
    cursor: pointer;
}
.label-input .form-control{
    border: none;
    box-shadow:none;
    padding: 0;
}
.select-arrow{
    position: absolute;
    right: 5px;
    top: 13px;
    height: 10px;
    color: #888;
}

.required-content{
    position: absolute;
    left: 0;
    top:-24px;
}
.required{
    font-size: 14px;
    color: #FF0000;
}
.label-star {
    position: absolute;
    left: -8px;
    top: 2px;
    color: #FF0000;
}
.label-star2 {
    position: absolute;
    left: 42px;
    top: 5px;
    color: #FF0000;
}
.label-star3 {
    position: absolute;
    right: -8px;
    top: 5px;
    color: #FF0000;
}
input[type=radio] {
    appearance: none;
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    display: inline-grid;
    place-content: center; 
  }
  .txtSelectLocation{
    width: 18px !important;
    height: 18px !important;
  }
  .txtSelectLocation::before{
    width: 18px !important;
    height: 18px !important;
  }
  #txtTnC{
    display: block;
    position: absolute;
    width: 18px !important; 
    height: 18px !important;
  }
  #txtTnC::before{
    width: 18px !important; 
    height: 18px !important;
  }
  
input[type=radio]::before {
    content: "";
    width: 18px;
    height: 18px;
    transform: scale(0);
    transform-origin: bottom left;
    background-color: #fff;
    clip-path: polygon(13% 50%, 34% 66%, 81% 2%, 100% 18%, 39% 100%, 0 71%);
}

input[type=radio]:checked::before {
    transform: scale(1);
}
input[type=radio]:checked{
    background-color:   #0075FF;
    border: 2px solid #0075FF;
}
.label-input-list{
    position: relative;
    width: 320px;
    overflow: hidden;
}
.label-input-small{
    position: relative;
    width: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 15px;
    font-size: 14px;
    float: left;
}
.label-input-small .select-span{
    width: 80px;
}
.label-input-small select{
    opacity: 0;
    border: none;
    outline: none;
    background-color: #ffffff;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    padding-right: 20px;
    position: absolute;
    left: 0;
    top:0;
    cursor: pointer;
    color: #000;
}
.label-input-list input{
    border: none;
    outline: none;
    width: 260px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
    display: block;
    float: left;
    
    border-bottom: 2px solid #a5a5a5;
    background-color: #000;
    color: #fff;
}
.form-item-list{
    min-height: 113px;
    position: relative;
}
.form-item-list .form-item{
    width: 320px;
    float: left;
    margin-right: 80px;
}

input,select{
    font-size: 14px !important;;
}
.submit-tip{
    overflow: hidden;
    min-height: 40px;
    line-height: 40px;
    position: relative;
}
.mt-20{
    margin-top: 20px;
}

.offer-select-check{
    font-size: 40px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: left;

    background:url("../img/unselect_icon.png") no-repeat ;
    background-position:5px 11px;
}
.offer-select-check.checked{
    background:url("../img/select_icon.png") no-repeat ;
    background-position:5px 11px;
}

.offer-select-check.checked.noControl{
    background:url("../img/select_icon2.png") no-repeat ;
    background-position:5px 11px;
    cursor: auto;

}


.submit-icon{
    font-size: 40px;
    width: 50px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;

    position: absolute;
    left: 0;
    top:0;

    background:url("../img/unselect_icon.png") no-repeat ;
    background-position:5px 11px;
}
.submit-icon.checked{
    background:url("../img/select_icon.png") no-repeat ;
    background-position:5px 11px;
}
.submit-icon.checked.noControl{
    background:url("../img/select_icon2.png") no-repeat ;
    background-position:5px 11px;
}
.submit-txt{
    font-size: 16px;
    line-height: 45px;
    padding-left: 50px;
}
.submit-txt a{
    color: #2172b1;
}
.sns-list{
    width: 100px;
    height: 30px;
    float: left;
    margin-top: 5px;
}
.facbook{
    width: 30px;
    height: 30px;
    margin-right: 20px;
    margin-left: 10px;
    float: left;
}
.facbook a{
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 999px;
    background-size: 100%;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-facebook.svg);
}
.facbook a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-facebook-hover.svg);
}
.youtube{
    width: 30px;
    height: 30px;

    float: left;
}
.youtube a{
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    line-height: 999px;
    background-size: 100%;
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-youtube.svg);
}
.youtube a:hover {
    background-image: url(https://cdn.samsung.com/etc/designs/smg/global/imgs/svg-gb-youtube-hover.svg);
}
.error_msg{
    font-size: 12px;
    color: #ff0000;
    margin-top: 5px;
}

.step-1-list{
    min-height: 78px;
}
.passCheck,.passChecken{
    font-size: 12px;
    margin-top: 5px;
    color: #ff0000;
}
.animate-show {
    transition: aniOpacity 0.3s linear;
    -webkit-animation:aniOpacity 0.3s linear;
    animation-fill-mode:both;
    -webkit-animation-fill-mode:both;
}
@keyframes aniOpacity{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30%, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 0.7s;
    animation-fill-mode: both;
}

.animate-hide {
    transition: ani-opacity-hide 0.3s linear;
    animation-fill-mode:both;
    -webkit-animation-fill-mode:both;
}
@keyframes ani-opacity-hide{
    from{
        opacity: 1;
    }
    to{
        opacity: 0;
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -30%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
    animation-duration: 0.3s;
    animation-fill-mode: both;
}

.pop{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(88,88,88,0.8);
    z-index: 9999;
    display: none;
    z-index:99999;
}

.pop1{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(88,88,88,0.8);
    z-index: 9999;
    z-index:99999;
}

.pop2{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(88,88,88,0.8);
    z-index: 9999;
    z-index:99999;
}

.pop h3{
    font-size: 18px;
}

.display-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.pop-content{
    position: relative;
    width: 60%;
    max-width: 600px;
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 8px;
    color: #333;
    padding: 50px 30px;
    /*padding-top: 0px;*/
    line-height: 1.7;
    font-size: 14px;
    max-height: 90%;
    overflow-y: scroll;
	margin:20px;
}

::-webkit-scrollbar{
    width: 0px;
    background-color: #fff;

}

/*.pop-content-title{*/
    /*position: relative;*/
    /*height: 30px;*/
/*}*/
.pop-content-close{
    position: absolute;
    display: block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    right: 10px;
    top:10px;
    color: #333;
}

.pop-content-wrapper{
    margin-top: 20px;
}

.pop-content-btn{
    margin: 20px auto;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #000;
    margin-bottom: 0px;
    cursor: pointer;
}
.pop-content-btns{
    overflow: hidden;
    margin-top: 20px;
}
.pop-cent-btn{
     width: 200px;
    margin-right: 6%;
    float: left;
    cursor: pointer;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.pop-left-btn{
    width: 41%;
    margin-left: 6%;
    margin-right: 6%;
    float: left;
    cursor: pointer;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.pop-right-btn{
    width: 41%;
    float: left;
    cursor: pointer;
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #000;
}
.confirm-offer-list{
    margin-top: 20px;
    margin-bottom: 20px;
}
.confirm-offer{
    padding-left: 20px;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    line-height: 26px;
}
.confirm-offer-point{
    position: absolute;
    left: 0px;
    top:0px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 24px;
}

.tip-icon{
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
    float: left;
    margin-left: 10px;
    margin-top: 2px;
    cursor: pointer;
}
.span-block{
    display: block;
    float: left;
}
.offer-select-list{
    margin-top: 45px;
}
.offer-select-item{
    padding-left: 50px;
    position: relative;
    margin-top: 45px;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 45px;
}
.offer-select-point{
    position: absolute;
    left: 10px;
    top:8px;
    width: 12px;
    height: 3px;
    background-color: #000000;
}
.offer-select-label{
    font-weight: bold;
    margin-bottom: 20px;
}
.offer-select-wrap{
    overflow: hidden;
}
.offer-select-fg-txt{
    line-height: 40px;
    height: 40px;
}
.offer-select-icon{
    float: left;
    line-height: 32px;
    height: 30px;
    font-size: 26px;
    font-weight: bold;
    width: 10%;
}
.offer-select-icon2{
    font-size: 18px;
    line-height: 36px;
    width: 10%;
}
.offer-select-content{
    float: left;
    /*margin-left: 50px;*/
    width: 80%;
}
.label-name2{
    font-size: 14px;
    overflow: hidden;
    color: #888;
}
.label-name3{
    font-size: 14px;
    overflow: hidden;
    color: #f00;
}
.octopus_nums{
    margin-top: 10px;
}
.octopus {
    text-align: center;
    border-radius: 15%;
    height: 30px !important;
    width: 30px !important;
    padding: 0px;
    display: inline-block;
}
.confirm-form{
    overflow: hidden;
    margin:10px;
    /* margin-bottom: 30px; */
}
.confirm-item-list{
    overflow: hidden;
}
.confirm-item{
    margin-top: 30px;
    float: left;
    width: 45%;
    
}
.ThankyouPage .confirm-item-list{
    display: flex;
    justify-content: center;
    
}
.confirm-item2{
    margin-top: 30px;
    overflow: hidden;
}
.confirm-item-label{
    width: 120px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.confirm-item-name{
    width: 200px;
    line-height: 40px;
    float: left;
    color: #fff;
}
.download-event-container{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}
.download-event-title{
 font-size: 24px;   
}
.download-event-code{
    font-size: 24px;
}
.pc{
    display: block;
}
.mobile{
    display: none;
}
.kv img {
    width: 100%;
    position: relative;
	height: 120%;
}

.full .label-name{
    color: #888 !important;;
}
.full-tip{
    display: none;
}
.full .full-tip{
    display: block;
}
.full .form-item{
    display: none;
}

.maxDate .label-name{
    color: #888 !important;;
}

.maxDate-tip{
    display: none;
}

.maxDate .maxDate-tip{
    display: block;
}
.maxDate .form-item{
    display: none;
}


.crm2btnss{
   position:relative;
   width:100%;
   max-width:550px;
   overflow-x:hidden;
   overflow-y:scroll;
   height:600px;
   border-radius:0;
}

.crm2btn{
   width:100%;
   max-width:550px;
}

.pop-content-closecrm2{
   position:absolute;
   top:0;
   width:76px;
   height:76px;
   right:0;
   cursor:pointer;
}

.pop-contentsbtn{
	cursor:pointer;
}

.crm2btn img{
   width:100%;
   height:auto;
   line-height:0;
}
.p1{
    display: block;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}
.p2{
    display: block;
    text-align: center;
    font-size: 18px;
}
.octopus_step_img{
    width: 88%;
}
.time-container{
    display: flex;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 70px;
    border: 1px solid rgba(255, 255, 255, 0.33);
    border-radius: 10px;
    margin: 15px;
    transition: all 0.2s ease;
}

.card input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.card .label {
    font-size: 0.9em;
}

.card .decoration-card {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    width: 160px;
    height: 70px;
    border: solid 2px #fff;
    border-radius: 10px;
    pointer-events: none;
}

.card input[type="radio"]:checked~.decoration-card {
    display: block;
}

.card .fulltip {
    display: none;
    position: absolute;
    bottom: 0px;
    font-size: 10px;
    color: red;
}

.card.disable .fulltip {
    display: block;
}

.card.disable {
    filter: brightness(0.5);
    pointer-events: none;
}
.hasGiftTips{
    text-align:center;
}
.select-location-container{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 840px) {
    .ThankyouPage .confirm-item-list{
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .time-container{
        display: flex;
        flex-wrap: wrap;
    }
    .card {
        margin: 10px;
   
    }
    .card .decoration-card {
      
    }
    .logout{
        top:0;
        right:0;
    }
  
	.pop-content-closecrm2{
	   position:absolute;
	   top:0;
	   width:46px;
	   height:46px;
	   right:0;
	   cursor:pointer;
    }
    .anotherWay,.firstWay{
        width: 100%;
    }
    .step {
        margin-top: 30px;
    }
    .form{
        margin-top: 30px;
    }
    .form-item{
        margin-top: 30px;
    }
    .confirm-item-label{
        width: 130px;
    }
    .confirm-item-name{
        width: 194px;
    }
    .process-txt{
        padding-right: 5px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .step4offer-select-list{
        margin-top: 100px;
    }
    .active-line{
        right: 5px;
    }
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    
    .content{
        width: 90%;
        margin: 0 auto;
    }
    h5{
        font-size: 16px;
    }
    .offer-content{
        margin-top: 30px;
    }
    .offer-list{
        margin-bottom: 30px;
        margin-top: 30px;
    }
    .offer1{
        width: 100%;
    }
    .offer2{
        width: 100%;
    }
    .offer-item{
        width: 100%;
        /*margin-bottom: 30px;*/
        font-size: 16px;
    }
    .offer-item2{
        width: 100%;
        /*margin-bottom: 30px;*/
        font-size: 16px;
    }
    .login-title-txt{
        font-size: 20px;
    }
    .login-item{
        width: 45%;
        margin-left: 3%;
        margin-right: 2%;
        height: 270px;
    }
    .octopus {
        text-align: center;
        border-radius: 15%;
        height: 30px !important;
        width: 30px !important;
        padding: 0px;
        display: inline-block;
    }
    .login-icon{
        margin-top: 30px;
    }
    .login-arrow {
        left: 95%;
    }
    .login-title{
        width: 70%;
    }
    .login-title-txt {
        font-size: 16px;
    }
    .login-txt{
        font-size: 14px;
        margin: 25px auto;
        width: 90%;
    }

    .form-item{
        width: 100%;
    }

    .label-input{
        width: 100%;
    }
    .label-input input{
        width: 100%;
    }
    .forget_password{
        left: inherit;
        right: 0px;
        bottom: -25px;
    }
    .form-btn{
        width: 130px;
    }

    .label-input select{
        width: 100%;
    }
    .label-input .form-control{
        border: none;
    }
    .select-span{
        width: 100%;
    }
    .form-item-list .form-item{
        width: 47%;
        margin-right: 6%;
    }
    .form-item-list .form-item:nth-child(2){
        margin-right: 0;
    }
    .form-item-list .form-item.form-item-m-block{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .label-input input.file-input{
        width: 100%;
    }
    .label-input-list{
        width: 100%;
    }
    .label-input-small{
     
    }
    .label-input-small .select-span{
        width: 100%;
    }
    .label-input-small select{
        width: 100%;
    }
    .label-input-list input{
   
    }

    .submit-tip{
        position: relative;
    }

    .submit-icon{
        position: absolute;
        left: 0;
        top:0;
    }

    .submit-txt {
        line-height: 3;
    }

    .pop-content{
        width: 90%;
    }
    .item-right-tip{
        position: relative;
        width: 100%;
        top:25px;
    }
    .offer-select-point{
        left: 0px;
    }
    .offer-select-item{
        padding-left: 25px;
    }
    .confirm-item{
        width: 100%;
    }
    
    .crm2btnss{
	   position:relative;
	   width:100%;
	   max-width:550px;
	   overflow-x:hidden;
	   overflow-y:scroll;
	   height:600px;
	   border-radius:0;
	}
}
.error_msg_invoice_upload{
    margin-top: 0;
}

@media screen and (max-width: 320px) {
    .form-btns .form-btn:first-child{
        margin-right: 15px;
    }
}

@media screen and (max-width: 410px) {
    .offer-visitor-clubs-btn.tc,.no-offer-visitor-clubs-btn.tc{
        line-height: 20px;
    }
}

@media screen and (max-width: 400px) {
    .offer-regist-clubs-btn.tc,.no-offer-regist-clubs-btn.tc{
        line-height: 20px;
    }
}

@media screen and (max-width: 630px) {
    .offer-visitor-clubs-btn.en,.no-offer-visitor-clubs-btn.en{
        line-height: 20px;
    }
}