﻿.calc {
	background:#fff;
}

.calc .container {
    padding: 25px 0px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    width: 100%;
}

.calc .form-pre-title {
    color: #4a4a4a;
    text-align: center;
    font-size: 22px;
    line-height: 1.5;
    padding: 0 15px;
}

.calc .form-title {
	padding-bottom: 30px;
}

.calc .form-pre-title span {
    font-size: 34px;
    display: block;
    line-height: 1.3;
    margin: 10px 0;
    font-weight: 400;
}

.calc .form {
    text-align: center;
}

.calc .form-title a {
    color: #9b9b9b;
    border-bottom: 1px #9b9b9b solid;
    font-size: 14px;
}

.calc .form-title label {
    display: block;
    color: #999999;
    font-size: 14px;
    margin-top: 18px;
}

.calc .form .container {
    width: 18rem;
    padding: 0;	
}

.calc .to-online {
    height: 58px;
    background-color: #ff1245;
    border-right: 1px solid #ff1245;
    color: #ffffff;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    font-size: 22px;
    padding: 19px 43px;
    margin-top: 10px;
    margin-right: 19px;
    position: relative;
    white-space: nowrap;
    display: block;
    font-weight: 400;
}

.calc .to-online:after {
    content: "";
    display: block;
    height: 0;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 10px solid #ff1245;
    position: absolute;
    background-color: transparent;
    right: -11px;
    top: 1px;
}