@font-face {
  font-family: 'MR';
  src: url('../css/Montserrat-Regular.ttf');
}
.fm {
  font-family: 'MR';
}
@font-face {
  font-family: 'WSM';
  src: url('../css/ws-Medium.ttf');
}
.fm2 {
  font-family: 'WSM';
}
@font-face {
  font-family: 'WSR';
  src: url('../css/WorkSans-Regular.ttf');
}
.fm3 {
  font-family: 'WSR';
}
@font-face {
  font-family: 'WSE';
  src: url('../css/ws-ExtraLight.ttf');
}
.fm4 {
  font-family: 'WSE';
}
@font-face {
  font-family: 'WSS';
  src: url('../css/WSSemiBold.ttf');
}
.fm5 {
  font-family: 'WSS';
}
@font-face {
  font-family: 'WSL';
  src: url('../css/WorkSansLight.ttf');
}
.fm5 {
  font-family: 'WSL';
}
@media only screen and (min-width: 1400px) {
  .cont {
    background-color: #f2f2f2;
    min-height: 100vh;
  }
  .head-top {
    height: 100px;
    border-bottom: 1px solid #91ffc8;
    background-color: #fff;
    margin-bottom: 75px;
  }
  .head-top .main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
  }
  .head-top .main .record {
    font-size: 18px;
    color: #666666;
  }
  .foot {
    margin-top: 105px;
    background-color: #191919;
  }
  .foot .info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 35px;
  }
  .foot .info .l .logo2 {
    margin-top: 40px;
  }
  .foot .info .l .txt {
    margin-top: 25px;
    font-size: 16px;
    color: #00ff7f;
    font-weight: 600;
  }
  .foot .info .r {
    text-align: right;
  }
  .foot .info .r .txt {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .foot .info .r .link a {
    margin: 0 15px;
  }
  .foot .jj {
    background-color: #141414;
  }
  .foot .jj .main {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
  }
  .foot .mr35 {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 1400px) {
  .cont {
    background-color: #f2f2f2;
    min-height: 100vh;
  }
  .head-top {
    height: 80px;
    border-bottom: 1px solid #f6c39f;
    background-color: #fff;
    margin-bottom: 30px;
  }
  .head-top .main {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  }
  .head-top .main .logo {
    width: 100px;
  }
  .head-top .main .record {
    font-size: 14px;
    color: #666666;
  }
  .head-top .main .record img {
    width: 15px;
  }
  .foot {
    margin-top: 60px;
    background-color: #191919;
  }
  .foot .info {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .foot .info .l {
    text-align: center;
  }
  .foot .info .l .txt {
    margin-top: 15px;
    font-size: 16px;
    color: #00ff7f;
    font-weight: 600;
  }
  .foot .info .r {
    margin-top: 15px;
    text-align: center;
  }
  .foot .info .r .txt {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
  }
  .foot .info .r .link a {
    margin: 0 15px;
  }
  .foot .jj {
    background-color: #141414;
    padding: 15px;
    text-align: center;
  }
  .foot .jj .main {
    color: #fff;
  }
  .foot .jj .main .l > span {
    display: block;
    margin-bottom: 5px;
  }
  .foot .mr35 {
    margin-right: 35px;
  }
}
.mt30 {
  margin-top: 30px;
}
.red {
  color: #ff0707 !important;
  font-size: 16px !important;
}
.orange {
  color: #00ff7f !important;
}
label {
  margin-bottom: 0;
}
@media only screen and (min-width: 1400px) {
  .tit1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 25px;
  }
  .tit2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 70px;
  }
  .box {
    background-color: #fff;
    padding: 50px 60px;
  }
  .form .ipt {
    position: relative;
  }
  .form .ipt input {
    height: 50px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    padding: 10px 25px;
  }
  .form .ipt select {
    width: 287px;
    height: 50px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 25px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/sel.png) no-repeat center;
    background-position: 95% center;
    margin-right: 50px;
  }
  .form .ipt textarea {
    height: 190px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    padding: 25px;
    resize: none;
  }
  .form .ipt .num {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    color: #898989;
  }
  .form .date input {
    background: url(../images/rl.png) no-repeat center;
    background-position: 97% center;
  }
  .form .item {
    margin-bottom: 30px;
  }
  .form .item-name {
    font-size: 26px;
    text-align: center;
    margin-bottom: 45px;
  }
  .form .form-item {
    float: left;
    margin-bottom: 25px;
  }
  .form .form-item .name {
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
  }
  .form .form-item .name span {
    font-size: 14px;
    color: #c3c4c7;
  }
  .form .form-item .tips {
    font-size: 14px;
    color: #898989;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .form .form-item .tips i {
    margin-right: 8px;
  }
  .form .form-item .sms-btn {
    text-align: center;
    line-height: 50px;
    height: 50px;
    margin: 0 20px;
    font-size: 20px;
    color: #fff;
    background-color: #00ff7f;
    border-radius: 4px;
    cursor: pointer;
  }
  .form .btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form .btns button {
    border: 1px solid #00ff7f;
    background-color: #00ff7f;
    color: #fff;
	font-weight:550;
    font-size: 18px;
    text-align: center;
    height: 54px;
    width: 153px;
  }
  .form .btns .btn1 {
    margin-right: 50px;
  }
  .form .btns .btn2 {
    color: #00ff7f;
    background-color: #fff;
  }
  .form .fx {
    display: flex;
  }
  .form .mr80 {
    margin-right: 80px;
  }
  .form .w100 {
    width: 100%;
  }
  .form .w600 {
    width: 600px;
  }
  .form .w160 {
    width: 160px;
  }
  .form .w460 {
    width: 460px;
  }
  .form .w280 {
    width: 280px;
  }
  .form .w900 {
    width: 900px;
  }
  .form .video {
    width: 460px;
  }
  .form .video #vid {
    display: none;
  }
  .form .video .vid {
    cursor: pointer;
    width: 484px;
    height: 50px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 25px;
    padding-right: 50px;
    text-align: center;
    background: url(../images/upload.png) no-repeat center;
    background-position: 95% center;
  }
  .form .video .vid span {
    font-size: 16px;
    margin-left: 10px;
    color: #c3c4c7;
  }
}
@media only screen and (max-width: 1400px) {
  .tit1 {
    padding: 0 15px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
  }
  .tit2 {
    padding: 0 15px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
  }
  .box {
    margin: 0 15px;
    background-color: #fff;
    padding: 20px;
  }
  .form .ipt {
    position: relative;
  }
  .form .ipt input {
    height: 50px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    width: 100%;
    font-size: 16px;
    padding: 5px 15px;
  }
  .form .ipt select {
    width: 100%;
    height: 50px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 16px;
    padding: 5px 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/sel.png) no-repeat center;
    background-position: 95% center;
    margin-bottom: 15px;
  }
  .form .ipt textarea {
    height: 190px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    padding: 25px;
    resize: none;
  }
  .form .ipt .num {
    position: absolute;
    right: 20px;
    bottom: 10px;
    font-size: 16px;
    color: #898989;
  }
  .form .date input {
    background: url(../images/rl.png) no-repeat center;
    background-position: 97% center;
  }
  .form .item {
    margin-bottom: 20px;
  }
  .form .item-name {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
  }
  .form .form-item {
    float: left;
    margin-bottom: 25px;
  }
  .form .form-item .name {
    font-size: 18px;
    color: #666666;
    margin-bottom: 10px;
  }
  .form .form-item .name span {
    font-size: 14px;
    color: #c3c4c7;
  }
  .form .form-item .tips {
    width: 100%;
    font-size: 14px;
    color: #898989;
    margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .form .form-item .tips i {
    margin-right: 8px;
  }
  .form .form-item .sms-btn {
    text-align: center;
    line-height: 50px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: #00ff7f;
    border-radius: 4px;
    cursor: pointer;
    width: 40%;
    margin-right: 5%;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form .btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .form .btns button {
    border: 1px solid #00ff7f;
    background-color: #00ff7f;
    color: #fff;
    font-size: 18px;
    text-align: center;
    height: 54px;
    width: 153px;
  }
  .form .btns .btn1 {
    margin-right: 50px;
  }
  .form .btns .btn2 {
    color: #00ff7f;
    background-color: #fff;
  }
  .form .mt10 {
    margin-top: 10px;
  }
  .form .mr80 {
    margin-right: 80px;
  }
  .form .w100 {
    width: 100%;
  }
  .form .w600 {
    width: 100%;
  }
  .form .w160 {
    width: 100px;
  }
  .form .w460 {
    width: 100%;
  }
  .form .w280 {
    width: 55%;
    float: left;
  }
  .form .w900 {
    width: 100%;
  }
  .form .video {
    width: 100%;
  }
  .form .video #vid {
    display: none;
  }
  .form .video label {
    width: 100%;
  }
  .form .video .vid {
    cursor: pointer;
    width: 100%;
    height: 50px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
    font-size: 16px;
    padding: 10px 25px;
    padding-right: 50px;
    text-align: center;
    background: url(../images/upload.png) no-repeat center;
    background-position: 95% center;
  }
  .form .video .vid span {
    font-size: 16px;
    margin-left: 10px;
    color: #c3c4c7;
  }
}
@media only screen and (min-width: 1400px) {
  .ss {
    width: 1100px;
    margin: 110px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ss .ss-ipt {
    background-color: #fff;
    border: 1px solid #00ff7f;
    height: 53px;
    width: 945px;
  }
  .ss .ss-ipt input {
    height: 100%;
    width: 100%;
    padding-left: 100px;
    padding-right: 20px;
    background: url(../images/ss.png) no-repeat center #fff;
    background-position: 40px center;
    font-size: 16px;
  }
  .ss .ss-btn {
    width: 154px;
    height: 53px;
    background-color: #00ff7f;
    line-height: 53px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .tab {
    display: none;
  }
  .tab.on {
    display: block;
  }
  .no-ss {
    display: none;
    text-align: center;
    margin: 130px auto;
    color: #c3c4c7;
  }
  .no-ss.on {
    display: block;
  }
  .no-ss .txt {
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
  }
  .tab-name {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 50px;
    font-family: 'WSS';
  }
  .table {
    width: 100%;
  }
  .table .t-head {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f6f7fb;
    font-family: 'WSS';
    display: flex;
    font-weight: 600;
  }
  .table .t-head li {
    width: auto;
    display: table;
    padding: 0 15px;
    text-align: center;
    width: 163px;
  }
  .table .t-head li:first-child {
    text-align: left;
    width: 300px;
  }
  .table .t-body {
    font-family: 'WSL';
    font-size: 16px;
  }
  .table .t-body a {
    display: flex;
    align-items: center;
    min-height: 90px;
    border-bottom: 1px solid #f6f6f6;
  }
  .table .t-body a li {
    width: auto;
    display: table;
    padding: 10px 15px;
    text-align: center;
    width: 163px;
  }
  .table .t-body a li:first-child {
    text-align: left;
    width: 300px;
  }
}
@media only screen and (max-width: 1400px) {
  .ss {
    width: 100%;
    margin: 50px 0;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ss .ss-ipt {
    background-color: #fff;
    border: 1px solid #00ff7f;
    height: 45px;
    width: 100%;
  }
  .ss .ss-ipt input {
    height: 100%;
    width: 100%;
    padding-left: 60px;
    padding-right: 20px;
    background: url(../images/ss.png) no-repeat center #fff;
    background-position: 20px center;
    font-size: 14px;
  }
  .ss .ss-btn {
    width: 100px;
    height: 45px;
    background-color: #00ff7f;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }
  .tab {
    display: none;
    overflow-x: auto;
  }
  .tab.on {
    display: block;
  }
  .no-ss {
    display: none;
    text-align: center;
    margin: 130px auto;
    color: #c3c4c7;
  }
  .no-ss.on {
    display: block;
  }
  .no-ss .txt {
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
  }
  .tab-name {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
    font-family: 'WSS';
  }
  .table {
    width: 100%;
    overflow: auto;
  }
  .table .t-head {
    width: 1280px;
    height: 50px;
    line-height: 50px;
    background: #f6f7fb;
    font-family: 'WSS';
    display: flex;
    font-weight: 600;
  }
  .table .t-head li {
    width: 100%;
    display: table;
    padding: 0 15px;
    text-align: center;
    flex: 1;
  }
  .table .t-head li:first-child {
    text-align: left;
    flex: 2;
  }
  .table .t-body {
    width: 1280px;
    font-family: 'WSL';
    font-size: 16px;
  }
  .table .t-body a {
    display: flex;
    align-items: center;
    min-height: 90px;
    border-bottom: 1px solid #f6f6f6;
  }
  .table .t-body a li {
    width: 100%;
    display: table;
    padding: 10px 15px;
    text-align: center;
    flex: 1;
  }
  .table .t-body a li:first-child {
    text-align: left;
    flex: 2;
  }
}
@media only screen and (min-width: 1400px) {
  .wr .i-tit {
    font-size: 34px;
    text-align: center;
    margin-bottom: 60px;
  }
  .wr .txt-name {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .wr .txt-detail {
    font-size: 18px;
    color: #666666;
    margin-bottom: 30px;
    padding-left: 20px;
    line-height: 28px;
  }
  .wr .txt-detail p {
    display: flex;
  }
  .wr .txt-detail p i {
    display: block;
    width: 40px;
  }
  .wr .txt-detail p span {
    display: block;
    flex: 1;
    text-align: left;
  }
  .wr .check {
    margin: 35px 0;
    height: 30px;
  }
  .wr .check .agree {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #898989;
    cursor: pointer;
  }
  .wr .check #agree {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    border: 1px solid #999;
  }
  .wr .check input[type=checkbox] {
    cursor: pointer;
    position: relative;
  }
  .wr .check input[type=checkbox]:disabled::after {
    background-color: #e9e9e9;
    color: #e9e9e9;
  }
  .wr .check input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .wr .check input[type=checkbox]:checked::after {
    content: "";
    border-color: #00ff7f;
    background-color: #00ff7f;
  }
  .wr .check input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
  }
  .wr .btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wr .next-btn {
    width: 153px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    margin-bottom: 50px;
    color: #898989;
    font-size: 18px;
    background-color: #e9e9e9;
    border: none;
    cursor: pointer;
  }
  .wr .next-btn.on {
    background-color: #00ff7f;
    color: #fff;
  }
}
@media only screen and (max-width: 1400px) {
  .wr .i-tit {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
  .wr .txt-name {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .wr .txt-detail {
    font-size: 16px;
    color: #666666;
    margin-bottom: 30px;
    padding-left: 20px;
    line-height: 26px;
  }
  .wr .txt-detail p {
    display: flex;
    margin-bottom: 5px;
  }
  .wr .txt-detail p i {
    display: block;
    width: 30px;
  }
  .wr .txt-detail p span {
    display: block;
    flex: 1;
    text-align: left;
  }
  .wr .check {
    margin: 35px 0;
    height: 30px;
  }
  .wr .check .agree {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #898989;
    cursor: pointer;
  }
  .wr .check #agree {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 10px;
    border: 1px solid #999;
  }
  .wr .check input[type=checkbox] {
    cursor: pointer;
    position: relative;
  }
  .wr .check input[type=checkbox]:disabled::after {
    background-color: #e9e9e9;
    color: #e9e9e9;
  }
  .wr .check input[type=checkbox]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 20px;
    height: 20px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
  }
  .wr .check input[type=checkbox]:checked::after {
    content: "";
    border-color: #00ff7f;
    background-color: #00ff7f;
  }
  .wr .check input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    top: 1px;
    left: 6px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
  }
  .wr .btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .wr .next-btn {
    width: 153px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    margin-bottom: 50px;
    color: #898989;
    font-size: 18px;
    background-color: #e9e9e9;
    border: none;
    cursor: pointer;
  }
  .wr .next-btn.on {
    background-color: #00ff7f;
    color: #fff;
  }
}
@media only screen and (min-width: 1400px) {
  .success .i-tit {
    font-size: 28px;
    font-weight: 800;
  }
  .success .order {
    margin: 50px 0;
    margin-top: 80px;
    text-align: center;
  }
  .success .order .icon {
    text-align: center;
    margin-bottom: 30px;
  }
  .success .order .od-tip {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .success .order .od-num {
    font-size: 18px;
    color: #898989;
    margin-bottom: 30px;
  }
  .success .order .detail {
    font-size: 20px;
  }
  .success .order .detail p {
    margin-bottom: 15px;
  }
  .success .order .detail span {
    color: #898989;
  }
}
@media only screen and (max-width: 1400px) {
  .success .i-tit {
    font-size: 24px;
    font-weight: 800;
  }
  .success .order {
    margin: 40px 0;
    text-align: center;
  }
  .success .order .icon {
    text-align: center;
    margin-bottom: 30px;
  }
  .success .order .od-tip {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .success .order .od-num {
    font-size: 16px;
    color: #898989;
    margin-bottom: 30px;
  }
  .success .order .detail {
    font-size: 18px;
  }
  .success .order .detail p {
    margin-bottom: 15px;
  }
  .success .order .detail span {
    color: #898989;
  }
}
.model {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  display: none;
}
.model.on {
  display: block;
}
.model .mask {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.model .mask .model-cont {
  background-color: #fff;
  width: 700px;
  max-width: 95%;
  border-radius: 10px;
  min-height: 200px;
  padding: 30px;
  font-size: 18px;
  line-height: 28px;
}
.model .mask .txt {
  max-height: 50vh;
  overflow: auto;
}
.model .mask .icon {
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center;
}
.model .mask .icon img {
  width: 50px;
}
.model .mask .btns {
  width: 100px;
  height: 50px;
  color: #fff;
  background-color: #00ff7f;
  border-radius: 4px;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
}
.line {
  width: 100%;
  border-bottom: 1px dashed #c9c9c9;
  margin-bottom: 25px;
}
.view {
  width: 100%;
  min-height: 50px;
  margin-bottom: 10px;
  display: flex;
}
.view .view-pdf {
  width: 287px;
  margin-right: 50px;
  font-size: 16px;
  line-height: 50px;
  flex: none;
}
.view .view-tip {
  width: auto;
  flex: 1;
  font-size: 16px;
  display: flex;
  align-items: center;
  word-break: break-all;
}
@media only screen and (max-width: 1400px) {
  .view {
    width: 100%;
    min-height: 45px;
    margin-bottom: 10px;
    display: block;
  }
  .view .view-pdf {
    width: 100%;
    margin-right: 0px;
    font-size: 16px;
    line-height: 45px;
    flex: none;
  }
  .view .view-tip {
    width: auto;
    flex: 1;
    font-size: 16px;
    display: flex;
    align-items: center;
    word-break: break-all;
  }
}
.rate .icon img {
  width: 150px;
}
.rate a {
  color: #f1c40f;
}
.rate a:hover,
.rate a:active,
.rate a:focus {
  color: #dab10d;
}
.rate .rating-stars {
  width: 100%;
  text-align: center;
}
.rate .rating-stars .rating-stars-container {
  font-size: 0px;
}
.rate .rating-stars .rating-stars-container .rating-star {
  display: inline-block;
  font-size: 32px;
  color: #555555;
  cursor: pointer;
  padding: 5px 10px;
}
.rate .rating-stars .rating-stars-container .rating-star.is--active,
.rate .rating-stars .rating-stars-container .rating-star.is--hover {
  color: #f1c40f;
}
.rate .rating-stars .rating-stars-container .rating-star.is--no-hover {
  color: #555555;
}
.rate .btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rate .btns button {
  border: 1px solid #00ff7f;
  background-color: #00ff7f;
  color: #fff;
  font-size: 18px;
  text-align: center;
  height: 54px;
  width: 153px;
}
